Skip to content

vrangasamy/Flux-React-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Flux-React-MVC Flux-React-MVC is a tiny Flux pattern implementation. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views -- views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. Additionally, actions — dispatcher helper methods — are often used to support a semantic dispatcher API. It can be useful to think of them as a fourth part of the Flux update cycle.

Clone this Project from GIT

Running

npm install
npm install -g grunt-cli
grunt

Then visit: http://localhost:3000/

Facebook's slides

Overall Flux React

Credit

The TodoMVC application was original created by Bill Fisher / Jing Chen and Shaohua (BackboneJS Implementation) Please visit the original repo here:

About

Flux-React-MVC demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors