DEV Community

Andrey
Andrey

Posted on

Hookstate: the modern, extremely fast and extendable state management for React that is based on hooks.

Please, meet Hookstate - modern alternative to Redux, Mobx, Formik without boilerplate but with impressive performance and predictable behavior. It allowed me to remove Redux and Mobx, and as a result improve the code quality and performance of my projects. It has got very simple API. It is extendable by plugins. And it has got impressive performance: here is the example of the form state management with 5000 fields and the example of the table state with 10000 cells, where one random cell is updated every millisecond.

I am interested in to receive the feedback from the community.

Top comments (0)