Is this package still developed?
I am looking for robust solution to have next js app in pwa. And this package seems as best option. But from what I see it is not actively maintained anymore
+1
+1
Seems there's another maintained package - https://www.npmjs.com/package/@ducanh2912/next-pwa Documentation - https://ducanh-next-pwa.vercel.app/docs/next-pwa/getting-started
@LawrenceWlt I also decided to use that package which seems to be working fine 👍
Note, PWA now seems to be supported out of the box by Next: https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps
Note, PWA now seems to be supported out of the box by Next: https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps
It appears that building a custom worker from TypeScript source is not supported.
Check this one out: https://serwist.pages.dev/docs/next/getting-started Seems like a nice maintained solution.
Note, PWA now seems to be supported out of the box by Next: https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps
It appears that building a custom worker from TypeScript source is not supported.
Next.js provides a service worker. What does custom worker mean? I'm sorry I don't know much.
We're considering a switch to https://github.com/serwist/serwist because of lack of maintenance for next-pwa