PWA Workshop

Articles

 Step 1: Adding a Web App Manifest

Let's start by creating the manifest file. This file is defined by MDN (opens new window) as...

 Step 2 : Install a Service Worker

Step 2 : Install a Service Worker Before delving into service workers, let's first understand...

  Step 3: Precaching static assets for a basic offline mode

Step 3: Precaching static assets for a basic offline mode We saw in the previous step two...

 Step 4: Cache / Update / Refresh strategy for GET requests from the REST API

Step 4: Cache / Update / Refresh strategy for GET requests from the REST API We saw in the...

  Step 5 : Installing the PWA on the device # Criteria for being installable

Step 5 : Installing the PWA on the device # Criteria for being installable One of the...

 Step 6 : Background sync and notifications

Step 6 : Background sync and notifications In this step, we will use the Service Worker and a...