Firefox: about:config dom.serviceWorkers.enabled;false Why: They bite. The generic idea may even be reasonable (offline working web app), but every single time I encounter service workers they make things worse. If you load a React frontend, it'll, by default, deploy a service worker. Good luck trying to load anything non-react from that resource/server. I never asked for a web app to work in the background once I cl…
> If you load a React frontend, it'll, by default, deploy a service worker. What? > That is how the web works. The web 'experience' has stopped being about fetching static documents in a request/response fashion long ago. Consumers demand rich apps and interactivity, and it appears they're having it their way.
https://github.com/facebook/create-react-app/issues/2398
> Consumers demand rich apps and interactivity
They really don't. That's an assumption without data.
EDIT: see gov.uk. It works quite well without being fancy.