flux-immutable-example icon indicating copy to clipboard operation
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]

![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.

flux

Install dependencies

npm install

Run

npm start

then open http://localhost:3333

Build for production with Webpack

npm run build

Technology stack

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