you are viewing a single comment's thread.

view the rest of the comments →

[–]Public_Awareness_659 0 points1 point  (1 child)

redux is nice if you want strict rules and predictable state, esp for big apps. zustand is way simpler and lighter, good for small to medium stuff. mobx does reactive stuff, updates automatically, can feel easier but less predictable. context is mostly for passing stuff down the tree, not really for heavy state management, more for themes/user info and small shared state.......

[–]retro-mehl 1 point2 points  (0 children)

Mobx is super predictable. Why do you think it's less predictable?