This is a minimal example of using the mithic CQRS preset library to create a Redux-like in-memory state container.
git clone https://github.com/andykswong/mithic.git
npm install
cd ./packages/examples/simple
npm start # run directly
npm test # run as a jest test
This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.