PWA

感觉还是后知后觉了,一直把关注点放在Low code/no code上,没留意PWA已经成为又一波趋势,摆脱应用市场束缚的趋势。

PWA:Progressive web app(s)

即点即下载即用的模式。

几个流行的框架,其实也就是前端框架,比如:

Angular.js

React.js

Vue.js

Ionic

Polymer

开发工具,避免从零写代码,比如:

Magento PWA Studio

ScandiPWA

Webpack

SuperPWA

Lighthouse

我想,工具逐渐成熟,也可以作为MineCraft那样的MetaVerse的构建平台吧?

PWA的特点:

  1. Secure contexts (HTTPS)
  2. Service workers API (a JS script that works on browser background and enables caching and push-notifications on mobile)
  3. A web manifest that provides details about an app such as author, name, icon, and other UX and UI information.