Skip to content

isomorphic web app starter kit using flux, react, react router, gulp, webpack, sass, browsersync and jest

License

Notifications You must be signed in to change notification settings

WebDevMichael/isomorphic-flux-react-react-router

 
 

Repository files navigation

isomorphic-flux-react-react-router

Build Status

Please note that this is work in progress.

It's literally exactly what it sounds like. Also uses gulp, webpack, es6 (babel), jest, sass and browsersync.

Demo: http://reactfluxdemo.jahrlin.com/

install and build/run

$ git clone https://github.com/jahrlin/isomorphic-flux-react-react-router.git
$ cd isomorphic-flux-react-react-router
$ npm install
$ gulp

testing

$ npm test

how-to

##async operations Just add add a static function named fetchData to a component that acts as a route handler and the application will wait for it to finish before rendering. This works for both server-side rendering and on the client.

An example can be found here: src/components/AsyncData.js

About

isomorphic web app starter kit using flux, react, react router, gulp, webpack, sass, browsersync and jest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 3.7%
  • HTML 1.6%