@hookstate/core
The flexible, fast and extendable state management for React that is based on hooks.
Modern alternative to Redux, Mobx, Formik without boilerplate but with impressive performance and predictable behavior.
Browse demos and code samples to see what it can do and learn it in few minutes.
Any questions? Just ask by raising a github ticket.
Why Hookstate
- Concise, pragmatic but flexible API. Very easy to learn. See "Getting Started" code sample.
- Incredible performance based on unique method for tracking of used/rendered and updated state segments. See the performance demo.
- First-class Typescript support. Complete type inferrence for any complexity of structures of managed state data. Full intellisense support tested in VS Code.
- Plugin system enables custom extensions, with several standard plugins available.
- Tiny footprint: 2.13KB gziped. No external dependencies, except React.
Installation
Using NPM:
npm install --save @hookstate/core
Using yarn:
yarn add @hookstate/core
API Documentation
To be done.
Plugins
To be done.