0.8.0 • Published 3 years ago
immer-state v0.8.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-stateimport { StateManager, useSelector } from 'https://cdn.pika.dev/immer-state@^0.3.0';Development
yarn install
yarn run startExample
cd example
yarn install
yarn run startThen 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.