II.
LibraryProcess overview
Reference · livelib-process:web-development--pwa-development
pwa-development overview
Progressive Web App (PWA) Development - Process for converting web applications into PWAs with service workers, offline functionality, app manifest, push notifications, and installation capabilities.
Attributes
displayName
pwa-development
description
Progressive Web App (PWA) Development - Process for converting web applications into PWAs with service workers,
offline functionality, app manifest, push notifications, and installation capabilities.
libraryPath
library/specializations/web-development/pwa-development.js
specialization
web-development
references
- - PWA Documentation: https://web.dev/progressive-web-apps/ - Workbox: https://developers.google.com/web/tools/workbox - Service Worker API: https://developer.mozilla.org/docs/Web/API/Service_Worker_API
example
const result = await orchestrate('specializations/web-development/pwa-development', {
projectName: 'MyPWA',
framework: 'react',
features: { offline: true, push: true, backgroundSync: true },
offlineStrategy: 'cache-first',
pushNotifications: true
});
usesAgents
- performance-auditor-agent
- pwa-developer
- offline-specialist
- push-notifications-specialist
- pwa-ux-specialist
- pwa-testing-specialist
- technical-writer-agent
usesSkills
- caching-skill
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:web-development·Specialization
lib_covers_topic1
- topic:progressive-web-application·TopicProgressive Web Application
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role1
- role:frontend-engineer·RoleFrontend Engineer
lib_requires_skill_area2
- skill-area:web-performance·SkillAreaWeb Performance Engineering
- skill-area:data-fetching-caching·SkillAreaData Fetching and Caching
uses_agent1
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.