Skip to main content

Shell

ServiceWorker

Register a PWA service worker. The invisible magic that makes your web app work even when the wifi dies.

Curated demo

ServiceWorker works at the document or page shell layer. Its primary effect is part of the current route wiring rather than a visible in-body widget.

Reference

Register a PWA service worker. The invisible magic that makes your web app work even when the wifi dies.

  • Treat service worker registration as additive.
  • Do not assume every consumer wants offline behavior.

Example snippet

<ServiceWorker src="/sw.js" scope="/" />