https://github.com/lxsmnsyc/scoped-model
Contextual state management for React, ReasonReact and Preact
https://github.com/lxsmnsyc/scoped-model
context hooks preact react reason-react state-management
Last synced: 11 months ago
JSON representation
Contextual state management for React, ReasonReact and Preact
- Host: GitHub
- URL: https://github.com/lxsmnsyc/scoped-model
- Owner: lxsmnsyc
- License: mit
- Created: 2019-11-04T03:27:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:32:03.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T17:52:33.048Z (12 months ago)
- Topics: context, hooks, preact, react, reason-react, state-management
- Language: TypeScript
- Homepage:
- Size: 4.5 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scoped-model
## Packages
| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`react-scoped-model`](https://github.com/lxsmnsyc/scoped-model/tree/master/packages/react-scoped-model) | [](https://www.npmjs.com/package/react-scoped-model) | [](https://codesandbox.io/s/github/LXSMNSYC/scoped-model/tree/master/examples/react-scoped-model) | Basic example |
| [`preact-scoped-model`](https://github.com/lxsmnsyc/scoped-model/tree/master/packages/preact-scoped-model) | [](https://www.npmjs.com/package/preact-scoped-model) | [](https://codesandbox.io/s/github/LXSMNSYC/scoped-model/tree/master/examples/preact-scoped-model) |
| [`re-scoped-model`](https://github.com/lxsmnsyc/scoped-model/tree/master/packages/re-scoped-model) | [](https://www.npmjs.com/package/re-scoped-model) | [](https://codesandbox.io/s/github/LXSMNSYC/scoped-model/tree/master/examples/re-scoped-model)
| [`react-scoped-model-swr`](https://github.com/lxsmnsyc/scoped-model/tree/master/packages/react-scoped-model-swr) | [](https://www.npmjs.com/package/react-scoped-model-swr) | [](https://codesandbox.io/s/github/LXSMNSYC/scoped-model/tree/master/examples/react-scoped-model-swr) |
## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)