A simple effective Redux style framework using Rx
This is an example of how you might create a simple Flux/Redux style framework using nothing other than RxJS
I am sharing this for educational purposes.
Switch to use node 5.11.1 or above.
$ nvm use
Install dependencies
$ npm i
Run development mode
$ npm start