PWA Workshop Demos

Navigate through folders and check simple separate exapmples of particular cases.

The following list is named in relation to topics which are covered during the event

  1. What is fetch. The difference between XHR and Fetch. Files fetching by browsers.
  2. What are service workers. How to connect service workers. Browser support.
  3. How to manage what we add to cache. The browser API we have
  4. Manifest file. Adding the application to the home screen
  5. How to use manifest file and service workers together
  6. Databases. IndexedDB as a storage
  7. How to access indexed DB from a server worker.
  8. How to exchange data between service worker and application