Next.js Discord

Discord Forum

Is there a PWA caching alternative?

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
While I am using NextJS 13 for my pwa, I am wondering what is the best way to make the pwa work offline.
If I just cache the site and the cache is cleared, nothing works anymore.
Is there a custom caching method that is tied to the pwa? Only when deinstalling the pwa should remove its cache.

2 Replies

Pacific anchoveta
Do you use the 'pages' or 'app' router?
Sun bearOP
App