Skip to content

A sample project made in React.js + Fluxxor for learning purpose

Notifications You must be signed in to change notification settings

codeflyer/react-people

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React People

This is a sample project made with react.js and fluxxor. It has the only purpose to try and learn the framework.

##install

npm install
gulp serve

###Release 1 (first-try) In this version:

  • some simple route with react-route
  • static loading of the data (made by a data.json require)
  • Event management with fluxxor
  • templating with react.js

###Release 2 (async-storage) In this version:

  • Added async load of data

###Release 3 (routing) In this version:

  • Added a correct use of the router

###Release 4 (flux-better) In this version:

  • Flux flow improved

###Release 5 (test-test-test) In this version:

  • Added some unit test to the store and to the component

#Resources https://reactjsnews.com/the-state-of-flux/ http://mjw56.github.io/handling-asynchronous-data-flow-in-flux/index.html https://github.com/facebook/react/wiki/Complementary-Tools https://github.com/enaqx/awesome-react

###Routing https://github.com/swipely/aviator

###Testing https://www.npmjs.com/package/fluxxor-test-utils https://github.com/c9/smith/blob/master/tests/public/test.js#L2-L7 (bind polyfill)

###Others https://github.com/facebook/immutable-js https://github.com/ubolonton/js-csp https://github.com/sindresorhus/gulp-regenerator

About

A sample project made in React.js + Fluxxor for learning purpose

Resources

Stars

Watchers

Forks

Packages

No packages published