0.8.0 • Published 4 years ago
immer-state
Licence
MIT
Version
0.8.0
Deps
0
Size
16 kB
Vulns
0
Weekly
0
immer-state
This is a proof of concept of a state manager class that combines React Hooks, immer and an adapted publish-subscribe pattern.
See the example files for an idea of how this works.
This is a work in progress.
Installation
yarn add immer-state
import { StateManager, useSelector } from 'https://cdn.pika.dev/immer-state@^0.3.0';
Development
yarn install
yarn run start
Example
cd example
yarn install
yarn run start
Then open localhost:1234.
Development
This library uses wes-cli, which simplifies configuration setup. Instead of
using yarn install, you should use npx wes-cli install, which will create
all configuration files and run yarn install.