Matthias Kern
Matthias Kern
Looking at #6, I decided to go ahead and try [sw-precache](https://github.com/GoogleChromeLabs/sw-precache). The plugin doesn't actually cache anything while webpack in compile-time, but is caching runtime and returning cached assets when...
Instead of only showing the date of the last link revision, we should show a button to update a link to the latest revision.  #190
Loading screens should resemble the actual UI it is "morphing" to better.
Based on your work I've created an example of [next.js with a service worker](https://github.com/matthiaskern/next-offline-plugin). Wasn't sure on how to keep both AppCache and ServiceWorker handled inside the server. Could prepare...