Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)