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.
yarn add immer-stateimport { StateManager, useSelector } from 'https://cdn.skypack.dev/immer-state@%5E0.8.0';cd example
yarn install
yarn run startThen open localhost:1234.
MIT, https://wes.dev/LICENSE.txt