From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/web/progressive_web_apps/index.html | 113 +++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 files/pl/web/progressive_web_apps/index.html (limited to 'files/pl/web/progressive_web_apps') diff --git a/files/pl/web/progressive_web_apps/index.html b/files/pl/web/progressive_web_apps/index.html new file mode 100644 index 0000000000..fd20bc5fbf --- /dev/null +++ b/files/pl/web/progressive_web_apps/index.html @@ -0,0 +1,113 @@ +--- +title: Progressive web apps (PWAs) +slug: Web/Progressive_web_apps +translation_of: Web/Progressive_web_apps +--- + + + + + + + + + + + + + + + +
+
+ +
+ + +
+ + + +
+
+ +

progressive web apps community PWA logo

+ +

PWA advantages

+ +

PWA should be discoverable, installable, linkable, network independent, progressive, re-engageable, responsive, and safe. To find out more about what these mean, read Progressive web app advantages.

+ +

Google uses a helpful acronym for us to understand why PWA are so effective: FIRE – Fast, Integrated, Reliable, and Engaging. This acronym is itself a perfect explanation of why PWA is in trend amongst developers.

+ +

To find out how to implement PWA, consult the guides listed in the below section.

+ +

Core PWA guides

+ +

The following guides show you what need to do to implement a PWA, by examining a simple example and showing you how all the pieces work.

+ +
    +
  1. Introduction to progressive web apps
  2. +
  3. Progressive web app structure
  4. +
  5. Making PWA work offline with Service workers
  6. +
  7. How to make PWA installable
  8. +
  9. How to make PWA re-engageable using Notifications and Push
  10. +
  11. Progressive loading
  12. +
  13. Collection of resources, codelabs and tools you need to build PWA by the team at pwafire.org
  14. +
  15. Setting up your Progressive Web App Development environment
  16. +
+ +
+
+

Technology guides

+ + +
+ +
+

Tools

+ +
    +
  • localForage — A nice simple JavaScript library for making client-side data storage really simple; it uses IndexedDB by default and falls back to Web SQL/Web Storage if necessary.
  • +
  • ServiceWorkerWare — An Express-like microframework for easy Service Worker development.
  • +
  • oghliner — Not only a template but a tool for deploying Offline Web Apps to GitHub Pages.
  • +
  • sw-precache — A node module to generate service worker code that will precache specific resources.
  • +
  • workbox — Spiritual successor to sw-precache with more advanced caching strategies and easy precaching.
  • +
  • upup — A tiny script that makes sure your site is always there for your users.
  • +
  • The service worker cookbook — A series of excellent service worker/push recipes, showing how to implement an offline app, but also much more.
  • +
  • PWA VS Code extension - A collection of all essential code snippets you need to build Progressive Web Apps right there in your VS Code environment.
  • +
+
+
+ + + +
{{QuickLinksWithSubpages("/en-US/docs/Web/Progressive_web_apps/")}}
+ +

+

+
+ + +

 

-- cgit v1.2.3-54-g00ecf