Konubinix' opinionated web of thoughts

Making PWAs Work Offline With Service Workers

fleeting

Making PWAs work offline with Service workers

Service Workers are a virtual proxy between the browser and the network

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Offline_Service_workers

don’t have any access to the DOM structure

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Offline_Service_workers

The “offline first” — or “cache first” — pattern is the most popular strategy for serving content to the user.

https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Offline_Service_workers