Using Service Workers to render React components
JavaScript HTML
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= public ribbon Feb 12, 2015
carview.php?tsp= src jshint Dec 26, 2014
carview.php?tsp= .gitignore added testing environment Dec 26, 2014
carview.php?tsp= .jshintrc add esnext to jshint Nov 4, 2015
carview.php?tsp= .travis.yml heroku deployment Dec 26, 2014
carview.php?tsp= LICENSE Initial commit Dec 20, 2014
carview.php?tsp= Procfile heroku Dec 20, 2014
carview.php?tsp= README.md Update README.md Nov 4, 2015
carview.php?tsp= package.json node version Nov 4, 2015
carview.php?tsp= preprocessor.js added testing environment Dec 26, 2014
carview.php?tsp= server.js added testing environment Dec 26, 2014

README.md

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