Please enable JavaScript.
Coggle requires JavaScript to display documents.
PWA - Coggle Diagram
PWA
Application Manifest
Allow addition to home screen
Properties
Browser
Support
Service Worker
Caching/Offline Support
Enable other PWA feature
PWA vs SPA
SPA
Powered by Javascript
Highly reactive (to user input)
Only one one HTML send to browser
PWA
Use a lot of Javascript (but works without it)
Aims to have high reactivity
Works on Multi files web
Web Push
Mobile-like Push Notification
Background Sync
Sync user data in the background
Responsive Design
App/layout looks good across devices
Geolocation API
Access user location
Media API
Access device camera & microphone