how to add a Progressive Web App (PWA) feature "Add to Home Screen" in a Next.js application
Unanswered
Thrianta posted this in #help-forum
ThriantaOP
can i do this in nextjs ?
4 Replies
note i dont know the implications and quirks of making your next app a PWA.
A clue i can give you is that there is a package called
A clue i can give you is that there is a package called
next-pwa on npm that i used a while back to test this thing out. Try taking a look at it. I'm sure i remember there being some guides on how to set it up too.Harlequin
What do you mean by "Add to home screen"? @Thrianta
https://www.npmjs.com/package/@ducanh2912/next-pwa
https://www.npmjs.com/package/@ducanh2912/next-pwa
Spectacled bear
next-pwa doesn't work with the newest version of Next.js use this instead Use this instead https://serwist.pages.dev/docs/next
@Spectacled bear next-pwa doesn't work with the newest version of Next.js use this instead Use this instead https://serwist.pages.dev/docs/next
Masai Lion
how does serwist interact with server actions?