In my previous post in this series, I finally got a working service worker up and running. I made it happen thanks to the life saving node module sw-precache.
Now, with our assets stored in the cache, the site loads almost instantly for the visitor. This happens because the service worker intercept the request and serves the assets from the cache and not over the network.
This is a set of 5 articles dedicated to creating PWAs using the newest framework and library mentioned in the header. We start from PWA essentials and move to more sophisticated features. The…
The next, and maybe the most important, step is to register a service worker. This has been yet another pain, which is the reason why three weeks has passed since the latest installment in this series.
Progressive Web Apps(PWA) are gaining a lot of popularity these day, and with one of the updates…
Phew! The previous part was horrible, so let’s do something a bit more easy today. (Famous last words?)
The Lighthouse report complains about this:
Address bar does not…