Tagged in

Service Worker

Dev Channel
Dev Channel
Developers Channel - the thoughts, opinions and musings from members of the Chrome team.
More information
Followers
18.5K
Elsewhere
More, on Medium

Cross-origin Service Workers: Experimenting with Foreign Fetch

Background

Service workers give web developers the ability to respond to network requests made by their web applications, allowing them to continue working even while offline, fight lie-fi…


create-react-pwa

tl;dr

If you’d like to turn the output of create-react-app into a progressive web app (PWA) with offline support, take a look at the create-react-pwa repo, and in particular, the GitHub diff of the minimal changes required.

create-react-app…