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
- Host: GitHub
- URL: https://github.com/mkgaru/react-swsr-example
- Owner: MKGaru
- License: mit
- Created: 2017-01-22T03:02:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-22T17:09:40.000Z (over 8 years ago)
- Last Synced: 2025-01-16T00:23:41.130Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 serveDemo
--------------------------------------
* [simple counter](https://mkgaru.github.io/react-swsr-example/)