pwa-offline-patterns
Installation
SKILL.md
PWA & Offline Patterns
Best practices for building offline-first Progressive Web Apps with React, Vite, Workbox, and Web Push.
When to Apply
Reference these guidelines when:
- Configuring vite-plugin-pwa
- Implementing offline data access with IndexedDB
- Building an offline mutation queue
- Setting up Web Push notifications
- Writing service worker caching strategies