A tutorial on building a universal web app with React.
$ git clone https://github.com/remarkablemark/universal-react-tutorial.git
$ cd universal-react-tutorial
$ npm install$ npm startServer-side rendering with React.js
$ git checkout v1Building a universal/isomorphic app with React.js
$ git checkout v2Passing props in a universal React web app
$ git checkout v3MIT