tzi / links-pwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Les bons liens pour se lancer dans les PWA

PWA logo

Dictionnaire

  • Web App Manifest : un fichier JSON qui suit la spécification w3c.
  • Service Workers : un fichier JavaScript qui fera l'intermédiaire entre le navigateur et le réseau et/ou le cache une fois l'application installée
  • Application Shell : l'ensemble des fichiers HTML, CSS et JavaScript requis pour faire tourner notre application

Introduction

Yes.

Une Progressive Web App utilise les possibilités du web moderne pour délivrer une expérience utilisateur similaire à une application native.

A community-driven list of stats and news related to Progressive Web Apps

Service Worker

The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites.

The service worker strategy for every website needs to be different. Still, I was wondering if it would be possible to create a service worker script that would work for most websites.

Web workers, service workers, and worklets. All of these are what I would call “Javascript Workers”, and although they do have some similarities in how they work, they have very little overlap in what they are used for.

Understanding PWA life cycle and events.

Tools

Tools build and check your PWA.

Workbox is a set of libraries and Node modules that make it easy to cache assets

Retour d'XP

It's way, way too easy right now to have Service Worker blow up in your face.

I recently had several days of extremely frustrating experiences with service workers. Here are a few things I've since learned which would have made my life much easier

We’ve learned quite a few gotchas to grasp in order to get Service Worker working correctly…

PWAs lack access to a number of device APIs: want to control screen brightness or prevent screenshots from a web app? You're out of luck.

What to check if you are experiencing bloated cache storage when your service worker caches static assets served from CDNs.

If you’ve ever tried to build a web application that is completely offline first, you’ll know how tricky it can be to make changes to the users cache when you do make updates to the site and the user has connectivity.

PWA everywhere

About