react-scoped-model
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

react-scoped-model

Scoped Model pattern in React (but with Hooks)

NPM JavaScript Style GuideOpen in CodeSandbox

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

Package Sidebar

Install

npm i react-scoped-model

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

422 kB

Total Files

65

Last publish

Collaborators

  • lxsmnsyc