This is a small example project that demonstrates the reactive-state container, which is intended to replace redux
when using RxJS.
The source code is commented for educational purposes and contains varios examples (from simple to more complex) in order to help anyone interested in reactive-state
to get started.
git clone
this reponpm install
npm start
This example project as well as reactive-state
itself is licensed under MIT License.