Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```