Content
@
0 reply
0 recast
2 reactions
Chris
@hello-nerds
Zustand seems like a solid package for react state management. However, it is most useful for scenarios with complex state structures or frequently changing data. Otherwise, the context API may be more appropriate. Context API -> data that does not change often Zustand -> rapidly changing data.
0 reply
0 recast
0 reaction