|
|
|
|
|
by jazzypants
334 days ago
|
|
If you're familiar with JS frameworks, you can think of it like this: Dioxus : React :: Leptos : SolidJS The key for me is that Leptos leans into a JSX-like templating syntax as opposed to Dioxus's H-like function calls. So, Leptos is a bit more readable in my opinion, but that probably stems from my web dev background. The Dioxus README has a whole section comparing them -- https://github.com/DioxusLabs/dioxus#dioxus-vs-leptos |
|