zl程序教程

您现在的位置是:首页 >  其他

当前栏目

[io PWA] keynote: Launching a Progressive Web App on Google.com

2023-09-14 08:59:19 时间

Mainly about

  1. Material design (effects / colors / flashy stuff)
  2. Components (web components / polymer)
  3. Offline / notifications (Service worker / iDB / Firebase)

 

Progressive web app:

  • HTTPS
  • Add to home screen
  • Splash screen
  • service worker
    •   notifications, bg sync
  • offline

 

Service worker:

  • send reminders
    •   sessiong starting / updated / rate
  • fully offline experience
    •   Offline analytices
  • Performance tool -- analytics

Noticification:

 

 

Debug service worker:

 

Polymer:

  • Page lifecycle:

 

Firebase:

 

unhandled promise rejections:

 

Web animation API:
Github