Replies: 1 comment 1 reply
-
Imo, here's the modern quadfecta of state management. Each of the four options are very powerful and can all mostly do the same things, but each one is better suited to different cases. |
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
-
I started with React's state and now its becoming a serious handicap.
My main
global
state is sitting within_app.tsx
, that and then the page immediately below are handling most of the state with some states lower down the heirarchy.I am keen to find what the Blitz community has been using. My natural inclination is to go to Redux however, I read some good things on X-state so thinking about that as well.
Beta Was this translation helpful? Give feedback.
All reactions