Slide 44
Slide 44 text
Advanced tools for Progressive Web Apps
• sw-toolbox
• Provides common caching strategies for dynamic data (API Calls)
• https://github.com/GoogleChrome/sw-toolbox
• sw-precache
• Includes sw-toolbox
• Creates Service Worker with filled caches for static files (HTML, CSS, JavaScript,
images, …)
• Also provides common caching strategies
• https://github.com/GoogleChrome/sw-precache
Progressive Web Apps: Make the web native!
Hackschool Karlsruhe
Tools