Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active August 1, 2018 06:48
Show Gist options
  • Save ThaddeusJiang/197c3b7a0a78091181ef29ece65121c7 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/197c3b7a0a78091181ef29ece65121c7 to your computer and use it in GitHub Desktop.
PWA 是什么?

PWA(Progressive Web Apps),渐进式Web应用程序。

简单Google了一下,简单说就是 Web App 想挑战 Natural App。 特点超级多,主要的3个特点:

  1. 在低版本浏览器中正常运行,在新浏览器中表现超级好。
  2. 虽然是 Web App,但是可以安装到桌面,还能离线运行,简直像 Natural App 一样丝滑。

PWA 不是单纯的某项技术

而是一堆技术的集合,比如:Service Worker,manifest 添加到桌面,push、notification api 等。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment