Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syarul/simply-reflux
Simplest way to understand react + flux using reflux implementation
https://github.com/syarul/simply-reflux
Last synced: 3 days ago
JSON representation
Simplest way to understand react + flux using reflux implementation
- Host: GitHub
- URL: https://github.com/syarul/simply-reflux
- Owner: syarul
- License: mit
- Created: 2015-08-25T12:40:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T17:42:01.000Z (about 9 years ago)
- Last Synced: 2024-04-13T19:21:01.257Z (7 months ago)
- Language: JavaScript
- Size: 434 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simply-reflux
Simplest way to understand react + flux using [reflux](https://github.com/reflux/refluxjs) implementation. I try to keep it clean with fewest modules as possible. The application itself does only one simple thing to update a counter with a single button. Though the underlaying structure of this manifest the reflux architecture of unidirectional dataflow.Update 1: added few sample pages routing and 404 page.
Update 2: added firebase test.
Update 3: bundle with webpack, added hot reload.
Update 4: added eslint checking.
Update 5: use express server with HTML5 Push State to support react-router history location.#installation
```
clone repo
npm install && npm start
```
visit [http://localhost:3001/](http://localhost:3001/)#todo
Will add more features for testing purpose.