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-pwa package
- Set up
next.config.js with 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
⚠️ Please follow the guidelines for requesting an issue, launching commits, and describing PRs. Otherwise, they will be ignored. ⚠️
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:
next-pwapackagenext.config.jswith PWA configurationValidations: