This package has been deprecated

Author message:

Package scope has been dropped. Please use react-scoped-model.

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

1.5.2 • Public • Published

@lxsmnsyc/react-scoped-model

Scoped Model pattern in React (but with Hooks)

NPM JavaScript Style Guide

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 @lxsmnsyc/react-scoped-model
yarn add @lxsmnsyc/react-scoped-model

Documentation

License

MIT © lxsmnsyc

Readme

Keywords

none

Package Sidebar

Install

npm i @lxsmnsyc/react-scoped-model

Weekly Downloads

3

Version

1.5.2

License

MIT

Unpacked Size

498 kB

Total Files

80

Last publish

Collaborators

  • lxsmnsyc