Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1045284 of Progressive web apps

  • Revision slug: Glossary/Progressive_web_apps
  • Revision title: Progressive web apps
  • Revision id: 1045284
  • Created:
  • Creator: klez
  • Is current revision? Yes
  • Comment web literacy tag

Revision Content

Progressive web apps is a term used to describe the modern state of web app development. This involves taking standard web sites/apps that enjoy all the best parts of the Web — such as discoverability via search engines, being linkable via {{Glossary("URL")}}s, and working across multiple form factors — and supercharging them with modern APIs (such as Service Workers and Push) and features that confer other benefits more commonly attributed to native apps.

These features include being installable, working offline, and being easy to sync with and re-engage the user from the server.

Learn more

Revision Source

<p>Progressive web apps is a term used to describe the modern state of web app development. This involves taking standard web sites/apps that enjoy all the best parts of the Web — such as discoverability via search engines, being linkable via {{Glossary("URL")}}s, and working across multiple form factors — and supercharging them with modern APIs (such as <a href="/en-US/docs/Web/API/Service_Worker_API">Service Workers</a> and <a href="/en-US/docs/Web/API/Push_API">Push</a>) and features that confer other benefits more commonly attributed to native apps.</p>

<p>These features include being installable, working offline, and being easy to sync with and re-engage the user from the server.</p>

<h2 id="Learn_more">Learn more</h2>

<ul>
 <li>The <a href="/en-US/docs/Web/Apps">App Center</a> on MDN</li>
 <li><a href="https://developers.google.com/web/progressive-web-apps">Progressive web apps</a> on Google Developers</li>
</ul>
Revert to this revision