Madhu Sainimadhusaini22.hashnode.dev·Jul 3, 2023How to make Next.js app a PWA (Progressive Web App)Let's learn how we can make our Next.js app a Progressive Web App🚀 Create Next app npx create-next-app next-pwa-app Install required package npm i next-pwa # npm or yarn add next-pwa # yarn Generate Manifest.json and PWA icon We need to generate a...11 likes·472 readsNext.jsAdd a thoughtful commentNo comments yetBe the first to start the conversation.