This application is about bookmarks listing.
The Reflux way is pretty simple:
Storeis used for listenActionand fetch the data back from server- When
Actionoccurs,Storeis changed (and thestateof a component is updated), thenComponentisre-rendered
To run it, simply:
$ git clone [email protected]:abruzzi/react-reflux-demo.git
$ npm install
$ gulp
$ bundle install
$ ruby app.rband then launch the browser to view the bookmark list.