An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## React SSR Presentation

![react-ssr-presentation](https://raw.githubusercontent.com/JasonBoy/react-ssr-presentation/master/src/assets/react-ssr-presentation.png)

### 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?