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