PWA Practice
PWA Articles & Resources:
- Lavas: 基于 Vue 的 PWA 解决方案,帮助开发者快速搭建 PWA 应用,解决接入 PWA 的各种问题
- 饿了么的PWA升级实践
- GoogleChrome/sw-precache: A node module to generate service worker code that will precache specific resources so they work offline.
- 浅谈 HTTP/2 Server Push
饿了么PWA升级
SPAs
可能用MPA
(Multi Pages Application
) 表示更为合理。PRPL
模式Push/Preload
: 推送/预加载初始URL路由所需的关键资源Render
: 渲染初始路由,尽快让应用可被交互Precache
: 用Service Worker预缓存剩下的路由Lazy-Load
: 按需懒加载、懒实例化剩下的路由
Comments
Leave a comment