Brought to you by Alessandro Arnodo [@vesparny]
![Dependency status](https://david-dm.org/vesparny/flux-immutable-example /status.png)
This is just my attempt to dig into flux, React, webpack, es6 syntax and immutability
It's an app written in few days while learning those technologies.
See a working demo.
npm install
npm start
then open http://localhost:3333
npm run build
- React, of course
- flux stuff handled by flummox by acdlite (which is the best flux library I played with)
- Stores classification based on gaearon example.
- webpack
- Immutable.js
- react-router
- react-immutable-render-mixin
- http://stackoverflow.com/questions/23591325/in-flux-architecture-how-do-you-manage-store-lifecycle
- http://facebook.github.io/react/blog/2013/11/05/thinking-in-react.html
- http://stackoverflow.com/questions/23931416/react-flux-state-and-stores
See LICENSE file