Content
@
0 reply
0 recast
2 reactions
emo.eth
@emo.eth
do people still use redux-like state-management frameworks? any favs? i've heard good things about mobx-state-tree https://mobx-state-tree.js.org/intro/welcome
7 replies
39 recasts
62 reactions
jtgi
@jtgi
I usually avoid all state management and then lean off of react-query and context whenever possible. if I still really need then I reach for zustand. It’s a good lightweight alternative.
3 replies
0 recast
9 reactions
alex
@alexgrover.eth
this is the way
0 reply
0 recast
2 reactions