Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryardley/rxjs-as-redux
- Owner: ryardley
- Created: 2016-06-18T20:24:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T20:14:47.000Z (almost 8 years ago)
- Last Synced: 2024-10-03T11:34:44.064Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 77
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```