Optimize your app performance with service workers
This article will cover a central PWA topic: service workers (SW).
What is a service worker?
A SW is similar to a web worker, both a simple javascript file.
A web worker does not have a specific task and it is typically used to offload the main threa...
modern-web.hashnode.dev10 min read