https://github.com/hph/react-ssr-demo
Source code companion for my introduction to React SSR
https://github.com/hph/react-ssr-demo
code-splitting react ssr
Last synced: about 1 year ago
JSON representation
Source code companion for my introduction to React SSR
- Host: GitHub
- URL: https://github.com/hph/react-ssr-demo
- Owner: hph
- Created: 2018-01-07T07:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T07:18:17.000Z (over 8 years ago)
- Last Synced: 2025-02-28T23:57:22.677Z (over 1 year ago)
- Topics: code-splitting, react, ssr
- Language: JavaScript
- Homepage: https://hph.is/coding/server-side-rendering-react
- Size: 28.3 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React SSR demo
==============
This repository contains the final source code for my introductory post on
React SSR, [Server-side rendering React apps — a primer](https://hph.is/coding/server-side-rendering-react).
For a step-by-step introduction to the contents and how to run them, please
read the article.