• Stars
    star
    120
  • Rank 295,120 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.