shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.84k stars 320 forks source link

Is this package still developed? #508

Open vaclav-stummer opened 2 months ago

vaclav-stummer commented 2 months ago

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

ahsan-abrar commented 2 months ago

+1

LawrenceWlt commented 1 month ago

+1

LawrenceWlt commented 1 month ago

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

vaclav-stummer commented 1 month ago

@LawrenceWlt I also decided to use that package which seems to be working fine 👍

Zwyx commented 1 week ago

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

hiramhuang commented 3 days ago

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.

hiramhuang commented 3 days ago

Check this one out: https://serwist.pages.dev/docs/next/getting-started Seems like a nice maintained solution.