A javascript library for building user interfaces.
Flux is the application architecture that complements React's composable view components by utilizing a unidirectional data flow.
Backbone.Models and Backbone.Collections are used as Flux stores.
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.
Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
The most popular front-end framework, rebuilt for React.
The streaming build system.
- Install:
npm install -g generator-react-spa
- Run:
yo react-spa
- Run
gulp build
for building andgrunt watch
to run the development server.
- Include testing framework and test samples
- Use es6ify
generator-react-spa
is fork-friendly and you can always maintain a custom version which you npm install && npm link
to continue using via yo react-spa
or a name of your choosing.