emilecantin / ssr_code-splitting_sample

34 stars 12 forks source link

Sample application: Server-Side Rendering and Code Splitting with React-Router 4

The purpose of this repository is to showcase a working solution for a server-rendered, code-split app with React-Router 4. This solution is described in detail on my personal blog here.

Highlights are:

Running the code

Should be as simple as cloning the repo and then running npm install && npm start.

License

MIT