react-scoped-model
v3.0.1
Published
Scoped Model pattern in React (but with Hooks)
Downloads
71
Maintainers
Readme
react-scoped-model
Scoped Model pattern in React (but with Hooks)
Features
- Contextual State: Inject state into your component tree.
- Composition: Write states as if you are writing components, use React Hooks to compose state logic.
- Granular control: Only watch updates you need, not when the whole state updates.
Install
npm install --save react-scoped-model
yarn add react-scoped-model
Documentation
License
MIT © lxsmnsyc