Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryardley/rxjs-as-redux

A simple proof of concept Redux style framework only using Rx
https://github.com/ryardley/rxjs-as-redux

Last synced: 2 months ago
JSON representation

A simple proof of concept Redux style framework only using Rx

Awesome Lists containing this project

README

        

# 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](http://reactivex.io/rxjs)*

I am sharing this for educational purposes.

## Installation

Switch to use node 5.11.1 or above.

```bash
$ nvm use
```

Install dependencies

```bash
$ npm i
```

## Run

Run development mode

```bash
$ npm start
```