Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

macdonaldr93/minimal-koa-react-webpack-ssr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is SSR?

A quick example of how SSR works.

  • /: home page for workshop
  • /csr: Sends a HTML file with a <div> for React to mount on. Includes a script tag referencing the React app
  • /ssr: Sends HTML file after injecting the React app. Includes the script referencing the React app

Getting started

$ yarn
$ yarn build
$ yarn start

About

Minimal example of React SSR with Koa and Webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published