DEV Community

Discussion on: Can React state management get any simpler than this?

Collapse
 
baronw profile image
Baron Willeford

github.com/baron816/use-structure

It’s just like using JS’s built in APIs. array.push does what you expect. Can use Sets, Maps, plain objects, classes, or some nested combination of the above, and everything works like you want it to. Nothing really to learn at all.