Skip to content

abruzzi/react-reflux-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Reflux Demo

This application is about bookmarks listing.

The Reflux way is pretty simple:

  1. Store is used for listen Action and fetch the data back from server
  2. When Action occurs, Store is changed (and the state of a component is updated), then Component is re-rendered

To run it, simply:

$ git clone git@github.com:abruzzi/react-reflux-demo.git
$ npm install
$ gulp
$ bundle install
$ ruby app.rb

and then launch the browser to view the bookmark list.

About

Demo application for React + Reflux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published