/react-isomorphic-demo

Simple demo of how "isomorphic" rendering can work with React

Primary LanguageJavaScriptMIT LicenseMIT

React Isomorphic Rendering Demo

This is a very simple example meant to demonstrate how server-side rendering of a React app can work. Check out the corresponding blog post.

Live Pages:

To Use

npm install // install dependencies
npm run build // build the JS for the browser
npm run serverrender // renders out pages in pure HTML