flux-immutable-example
flux-immutable-example copied to clipboard
A trivial example app with flux, flummox, react-router, webpack and Immutable.js
flux-immutable-example
Brought to you by Alessandro Arnodo [@vesparny]

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.

Install dependencies
npm install
Run
npm start
then open http://localhost:3333
Build for production with Webpack
npm run build
Technology stack
- 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
Useful links
- 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
License
See LICENSE file