/react-server-render-demo

An easy way to server render React components and share component state and props between server and client.

Primary LanguageJavaScript

React Server-Rendering Example

This repository demonstrates how to server-render React, and pass component state between the server and the client.

Local Setup

git clone git@github.com:tilomitra/react-server-render-demo.git
cd react-server-render-demo
npm install
npm run build
npm start

License

MIT