service-worker-caching-strategies
Installation
SKILL.md
Service Worker Caching Strategies
Summary
Implement robust offline caching and asset management for React apps via Service Workers.
Key Capabilities
- Cache app shell and assets.
- Implement runtime caching.
- Handle service worker updates.
PhD-Level Challenges
- Prevent cache poisoning.
- Debug scoping issues.
- Manage quota interaction.
Acceptance Criteria
- Demonstrate offline launch.
- Show update prompt.
- Provide a cache strategy.