DEV Community

Discussion on: Best React State Management Libraries

Collapse
 
ryannerd profile image
Ryan Jentzsch

Missed one that is hook based, lightweight, and no boilerplate: github.com/CharlesStover/reactn

ReactN is an extension of React that includes global state management. It treats global state as if it were built into React itself -- without the boilerplate of third party libraries.