Difference between revisions of "User:Saul/pwa"
From Organic Design wiki
(Added checklist.) |
m (→PWA's Features) |
||
Line 1: | Line 1: | ||
PWAs or Progressive Web Apps are the future of the internet, so this page will contain my documentation for creating these apps. | PWAs or Progressive Web Apps are the future of the internet, so this page will contain my documentation for creating these apps. | ||
− | = | + | = Features = |
* Site is served over HTTPS | * Site is served over HTTPS | ||
* Pages are responsive on tablets & mobile devices | * Pages are responsive on tablets & mobile devices |
Revision as of 00:34, 12 September 2018
PWAs or Progressive Web Apps are the future of the internet, so this page will contain my documentation for creating these apps.
Features
- Site is served over HTTPS
- Pages are responsive on tablets & mobile devices
- All app URLs load while offline
- Metadata provided for Add to Home screen
- First load fast even on 3G
- Site works cross-browser
- Page transitions don't feel like they block on the network
- Each page has a URL
To see a full list check out Google's checklist.