react-worker icon indicating copy to clipboard operation
react-worker copied to clipboard

Using Service Workers to render React components

Build Status

React Worker

Using Service Workers to render React components.

Rendered components are cached (thanks to Sandro Paganotti) and the cache is cleared every time build.js is updated.

Demo

Run

$ npm install
$ npm start

Test

$ npm test