Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 536 Bytes

sw-react-stream

Streaming server rendered react response inside Service Workers!

All credit to this article by Jake Archibald

Note: You'll need Chrome Canary with chrome://flags/#enable-experimental-web-platform-features enabled.

Live Demo

For running locally

git clone https://github.com/mayankchd/sw-react-stream.git
cd sw-react-stream
npm install
npm start

go to

localhost:3000