https://github.com/jasonboy/react-ssr-presentation
A simple React SSR Presentation
https://github.com/jasonboy/react-ssr-presentation
Last synced: about 1 year ago
JSON representation
A simple React SSR Presentation
- Host: GitHub
- URL: https://github.com/jasonboy/react-ssr-presentation
- Owner: JasonBoy
- Created: 2018-06-19T08:29:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T03:06:26.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T14:52:48.375Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sleepy-panini-48f897.netlify.com/
- Size: 1.52 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React SSR Presentation

### Table of Contents
- 📜 Brief History of Web Apps
- 🚨 SPA Issues
- 🎉 SPA + SSR = Universal App
- ✅ React SSR Demo:
- Simple Koa SPA
- Code-Splitting with React-Loadable
- `ssr.js` for node
- Extract ``s
- Webpack & Babel config
- APIs & Initial State
- 🦄 What's Next?