Skip to content

marcelbeumer/react-blueprint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-blueprint Build Status devDependency Status

Showcase React architecture

Getting started

$ npm install
$ npm start
$ open http://localhost:8080

Features

  • Babel, Webpack, Flow
  • Redux, Immutable.js
  • Flat functional-style component structure
  • Connect to dynamic data sources using render services
  • Decoupled (mini)router
  • CSS in JS using Stilr
  • Animation with react-motion
  • Devserver that reloads browser and server code

Server rendering

Server rendering is enabled by default. To disable use SSR=0 npm start or reload the page using ?ssr=0.

Browser debugging

Enable debug output by executing localStorage.debug = '*' and reloading the page. See the debug documentation.

Expose useful debugging objects by setting a global variable name: localStarage.expose = '__'. This will expose to window.__.