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

https://github.com/mkgaru/react-swsr-example

React SeriveWorkerSideRendering Example
https://github.com/mkgaru/react-swsr-example

Last synced: 3 months ago
JSON representation

React SeriveWorkerSideRendering Example

Awesome Lists containing this project

README

        

[WIP]React SeriveWorkerSideRendering Example
=======================================

make ssr & offline-first friendly code.

Tech
---------------------------------------
:white_check_mark:WITH
✔ Webpack2
✔ Typescript2
✔ @types
✔ serviceworker
✔ react
✔ react-router

:x:WITHOUT
✖ ~~babel~~(only typescript2)
✖ ~~gulp~~ (only webpack2)
✖ ~~typings~~ (only @types)

Usage
---------------------------------------
`npm install`: setup
`npm run build`: build
`npm run dev`: watch and serve

Demo
--------------------------------------
* [simple counter](https://mkgaru.github.io/react-swsr-example/)