DEV Community

Discussion on: Intro to Progressive Web Apps (PWA)

Collapse
 
s1hofmann profile image
Simon Hofmann

It’s possible to do pre-caching with ServiceWorkers, so all your pages would be cached before the SW is installed. You can either build your own strategies, or take a look at workbox, which comes with many „common“ caching patterns.