Replies: 1 comment 1 reply
-
I'm not very familiar with vue, but on a surface level our reactivity systems look very similar. Both vue and dioxus use signals for computed state and a template optimized virtual dom for diffing. Dioxus doesn't have manual dependency lists for derived state like react so you should hopefully run into less state-out-of-date rerendering issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request
Implement Suggestion
Beta Was this translation helpful? Give feedback.
All reactions