sw-react-stream icon indicating copy to clipboard operation
sw-react-stream copied to clipboard

Streaming server rendered react response inside Service Workers!

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