Use yew in react #2582
Replies: 3 comments 2 replies
-
Writing code for react in rust should be possible without using yew at all. Yew is the framework, if you want to stick to React, you should get by with just using |
Beta Was this translation helpful? Give feedback.
-
Migrating a medium or big project in one go is basically impossible. If something like svelte-adapter existed, it would allow lots of people to try yew on existing projects quickly and without commitment. |
Beta Was this translation helpful? Give feedback.
-
Adding to discussion, adapter like svelte has could be nice, I also have a lot of react project, which I want to slowly rewrite to rust |
Beta Was this translation helpful? Give feedback.
-
Many people have react project, and maybe they want try to rewrite some core components by yew (Just like me), so do we have any solution to write a react component by yew?
Beta Was this translation helpful? Give feedback.
All reactions