Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:32:03.000Z (over 1 year ago)
- Last Synced: 2024-10-11T02:33:25.819Z (2 months ago)
- Topics: context, hooks, preact, react, reason-react, state-management
- Language: TypeScript
- Homepage:
- Size: 4.5 MB
- Stars: 23
- Watchers: 3
- 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) | [![NPM](https://img.shields.io/npm/v/react-scoped-model.svg)](https://www.npmjs.com/package/react-scoped-model) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](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) | [![NPM](https://img.shields.io/npm/v/preact-scoped-model.svg)](https://www.npmjs.com/package/preact-scoped-model) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](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) | [![NPM](https://img.shields.io/npm/v/re-scoped-model.svg)](https://www.npmjs.com/package/re-scoped-model) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](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) | [![NPM](https://img.shields.io/npm/v/react-scoped-model-swr.svg)](https://www.npmjs.com/package/react-scoped-model-swr) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/scoped-model/tree/master/examples/react-scoped-model-swr) |## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)