Original Repo tha can be found at https://github.com/jaredpalmer/razzle w/ some custom modifications
Clone the repo and install deps...
git clone [email protected]:jaredpalmer/react-router-ssr.git
cd react-router-ssr
yarn install && yarn start
Click around...
This little app demonstrates some cool SSR stuff you can do with React Router 4:
- Next.js-like data fetching using an HoC, static route config, and
matchPath
. - "Client-only" routes...this translates to partial/selective SSR (because Routes are just components 😉)
- Using RR4's
statusContext
to set HTTP status codes isomorphically.