Skip to content

drenther/react-ssr

Repository files navigation

React Server Side Rendering Example Code

This is the companion repository for the React Server-Side Rendering from Scratch article.

Getting started

Fork and clone the git repo locally.

Then install the dependencies

npm install

Starting the react server

npm start

Starting the mock API server

npm run api

Note - This repo has some extra code like the modal. This is because in the future component-centrie code splitting will be added on top of it

To be added

Code-splitting using React-Loadable (both route-centric and component-centric).

About

Source code for the "React Server Side Rendering from Scratch" article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published