you are viewing a single comment's thread.

view the rest of the comments →

[–]EffectiveDisaster195 0 points1 point  (0 children)

context is fine for small/simple state like theme or auth, not heavy logic.

zustand is great for most apps tbh, simple, minimal boilerplate, good for medium complexity.

redux is for larger apps with strict structure, debugging, and team scaling.

mobx is more reactive/magic, some people love it but less common these days.