Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 611 Bytes

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