Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuelsimoes/todomvc-fluxo

An implementation of TodoMVC with Fluxo, Flux and React.js
https://github.com/samuelsimoes/todomvc-fluxo

Last synced: 5 days ago
JSON representation

An implementation of TodoMVC with Fluxo, Flux and React.js

Awesome Lists containing this project

README

        

#TodoMVC with [Fluxo](https://github.com/fluxo-js/fluxo)

Yes, we can!

##Running

1. `$ npm install`
2. `$ PORT=3005 npm start`
3. Access `http://localhost:3005`

_The app uses the webpack dev server, so, if you change any file the browser will make auto refresh._

##Quick briefing...
1. You need know about **[React](https://facebook.github.io/react/)**.
2. You need know about **[Fluxo](https://github.com/fluxo-js/fluxo)**.
3. You need know the **[Fluxo React Connect Stores](https://github.com/fluxo-js/fluxo-react-connect-stores)**.
4. You need know a little about **[React Router](https://github.com/rackt/react-router)**.
5. Everything starts **[here](https://github.com/samuelsimoes/todomvc-fluxo/blob/master/src/app.js#L15-L18)**.

##App's architecture
![app's flow](workflow.png)