Skip to content

hekike/ES6-Immutable-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Immutable React and Isomorphic

  • React 0.13 in ES6 syntax with Immutable.js and pure FB Flux
  • Multiple instances from the app can be created.
  • Isomorphic app. (server and client side render as well)

How to run

As Isomorphic app

npm install will build the bundled client code in postinstall
npm start

Only client side

npm install
npm run build or npm run watch

Server dist with node-static or similar:

npm install -g node-static
static dist

About

React 0.13 with ES6, Immutable.js and Flux, Isomorphic as well

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published