Does Leptos reactivity work similar to Mobx? #2351
-
I've used Mobx with React before and after trying out Leptos a little it seems like the reactive graph is made in a way similar to how Mobx does it. Are there any big differences? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I looked at https://book.leptos.dev/appendix_reactive_graph.html#appendix-how-does-the-reactive-system-work and it seems like Leptos is pretty similar to Reactively, which I think is similar to Mobx. |
Beta Was this translation helpful? Give feedback.
-
In terms of implementation, it is unrelated to MobX. In terms of concepts, there's a pretty 1:1 conceptual mapping:
|
Beta Was this translation helpful? Give feedback.
In terms of implementation, it is unrelated to MobX. In terms of concepts, there's a pretty 1:1 conceptual mapping: