mobx-ssr-example icon indicating copy to clipboard operation
mobx-ssr-example copied to clipboard

Server-side rendering with react and mobx

mobx-ssr-example

Server-side rendering with mobx

Build and run

npm install
npm run build:client
npm run start

Runs an express server on port 3000

react-router branch

If you're looking for react-router 4 please try the react-router branch

socket branch

This branch is an example with react-router + socket.io. It demonstrates pushing state in both directions.