Progressive web applications (PWAs)
Progressive web applications (PWAs) are applications that are built using web platform technologies, but that provide a user experience like that of a platform-specific app.
These kinds of apps enjoy all the best parts of the Web — such as discoverability via search engines, being linkable viaURLs, and working across multiple form factors, but are progressively enhanced with modern APIs (such asService Workers andPush).
These features include being installable, working offline, and syncing with and re-engaging the user from the server.
In this article
See also
- Progressive web apps on MDN
- Progressive web apps on web.dev