/rxjs-as-redux

A simple proof of concept Redux style framework only using Rx

Primary LanguageJavaScript

rxflux

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.

Installation

Switch to use node 5.11.1 or above.

$ nvm use

Install dependencies

$ npm i

Run

Run development mode

$ npm start