- (speedcurve.com)An example script for WebPageTest to verify a PWA loads while offline.
- (pocketjavascript.com)A case study about building an offline-first, installable PWA from 2015.This resource might be a little out of date.
- (web.dev)“Make your Progressive Web App not feel like a website, but like a ‘real’ app”
- (progressier.com)An automated tool to add installation, push notifications, and offline caching to your existing web app.
- (developers.google.com)This is the first in a series of companion codelabs for a Progressive Web App workshop.
- (simplepwa.com)“Simple PWA is a Progressive Web App template that provides the minimum file structure needed to create a PWA—a reliable and installable web application.”
- (github.com)“UpUp is a tiny JavaScript library that makes sure your users can always access your site's content, even when they're on a plane, in an elevator, or 20,000 leagues under the sea.”
- (developer.mozilla.org)“This article provides information on getting started with service workers, including basic architecture, registering a service worker, the install and activation process for a new service worker, updating your service worker, cache control and custom responses, all in the context of a simple app with offline functionality.”