Skip to content

noveogroup-amorgunov/react-ssr-tutorial

Repository files navigation

React Server Side Rendering Tutorial

🚀 A project starter with server side rendering for React application with react-router, redux state, react-helmet, redux-saga and code-splitting. See live demo: http://bit.do/react-ssr-demo.

Features

  • Actual stack (React / Hooks / Redux / Redux-saga)
  • Fully typed by Typescript
  • A lot of small improvements: component to control code status, pages stub, fetch data on server, code splitting by loadable-components and preload bundles by hover:

Step-by-step branches

You can choose a specific branch at a specific development step:

Getting started

Install dependencies:

npm install

Run development mode:

npm start

Now application is available in http://localhost:9001.

Build production bundle:

npm run build

Or run inside docker container:

npm run build
npm run docker

Releases

No releases published

Packages

No packages published

Languages