Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MicheleBertoli/react-worker
Using Service Workers to render React components
https://github.com/MicheleBertoli/react-worker
Last synced: 4 months ago
JSON representation
Using Service Workers to render React components
- Host: GitHub
- URL: https://github.com/MicheleBertoli/react-worker
- Owner: MicheleBertoli
- License: mit
- Created: 2014-12-20T00:01:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T17:44:06.000Z (about 9 years ago)
- Last Synced: 2024-06-22T21:08:14.594Z (6 months ago)
- Language: JavaScript
- Homepage: https://react-worker.herokuapp.com
- Size: 365 KB
- Stars: 187
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/MicheleBertoli/react-worker.svg?branch=master)](https://travis-ci.org/MicheleBertoli/react-worker)
React Worker
============Using [Service Workers](http://www.w3.org/TR/2014/WD-service-workers-20141118/) to render [React](http://facebook.github.io/react/) components.
Rendered components are cached (thanks to [Sandro Paganotti](https://github.com/sandropaganotti)) and the cache is cleared every time `build.js` is updated.
[Demo](https://react-worker.herokuapp.com/)
Run
---------------```
$ npm install
$ npm start
```Test
---------------```
$ npm test
```