Replies: 1 comment
-
I'll love to help, I was building a small app and realized that something like this was severely missing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The amazing toolchain and the general development experience in Rust makes Yew a great candidate framework for front end development.
I'm sure full access to the DOM will happen, removing the slight performance overhead that presently exists (v0.20 of yew broadly comparable to but a bit slower than react 18).
Tailwind support out of the box in the toolchain is coming soon, although of course is already trivially achievable with a couple of lines of config, anyhow.
One thing that's a struggle is the need to build all the component interactions yourself. Has anyone thought of / discussed building a headlessUI for Yew (or other rust based frontend framework)?
Beta Was this translation helpful? Give feedback.
All reactions