https://github.com/lwdgit/app-shell-demo
https://github.com/lwdgit/app-shell-demo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwdgit/app-shell-demo
- Owner: lwdgit
- Created: 2016-05-21T10:57:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T12:42:44.000Z (about 10 years ago)
- Last Synced: 2025-02-23T08:46:46.892Z (over 1 year ago)
- Language: JavaScript
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `sw-precache` App Shell Demo
Deployed version: https://ifixit-pwa.appspot.com/
This demo that makes use of the [iFixit API](https://www.ifixit.com/api/2.0/doc/) to retrieve
and view hardware repair guides.
It uses the App Shell + service worker model to achieve consistent, fast load times.
`sw-precache` handles the generation and caching of the App Shell.
It's written as "universal" JavaScript, with the following stack:
- [React.js](https://facebook.github.io/react/)
- [react-router](https://github.com/rackt/react-router)
- [react-redux](https://github.com/rackt/react-redux)
While it should serve as a good example of the App Shell + service worker model, no claims are made
as to the quality or fluency of the React.js code...