July 2018
Intermediate to advanced
354 pages
8h 51m
English
This chapter introduces you to different service worker concepts and features like the service worker life cycle, caching, and push notifications. To do this, we are going to build a simple podcast application. This application will demonstrate how to tackle the service worker life cycle and response caching:
The minimal podcast application requirements include:
The application requires some server-side help, which for our purposes will be a set of snapshot data I took from public sources. The data is part of the project repository (https://github.com/docluv/PWAPodcast), so you can recreate the application.
You ...
Read now
Unlock full access