-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Issue - Progressive Web App (PWA) Implementation with Next.js
Description:
Implement Progressive Web App (PWA) functionality using Next.js and next-pwa to enable app installatio, and service worker caching. This should provide a native-like experience with proper manifest configuration and icons.
Important Resources
PWA Docs
Requirements:
- PWA Setup & Configuration:
- Install and configure
next-pwapackage - Set up
next.config.jswith PWA configuration - Enable service worker registration and caching strategies
Validations:
- PWA passes Lighthouse PWA audit with good scores
- App can be installed on desktop and mobile devices
- Service worker is registered and caching works properly
- Install prompt appears and functions correctly