Completed
Routes and strategies
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Sending Your Angular App into Deep, Deep Offline with Workbox
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Maxim Salnikov
- 3 What is PWA at all?
- 4 Let's build an App shell
- 5 Angular Service Worker
- 6 Working modes
- 7 Build script configuration
- 8 Source service worker
- 9 Precaching manifest
- 10 Build flow integration
- 11 Option #1: BroadcastChannel
- 12 Option #2: Service worker lifecycle
- 13 Was service worker file updated?
- 14 Routes and strategies
- 15 Deploying only what we use
- 16 Using bundler
- 17 Needed plugins