Service Workers Tutorial - How to Effectively Use Browser Caching and Service Workers
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=V5E_0LVzmJM
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
Service Workers are JavaScript web workers used to facilitate offline web experiences. A Service Worker is a script that runs in the background of an application that can intercept network requests and serve up content from a cache. In this Service Workers Tutorial, we first explain the purpose of caching and how it can decrease latency in the browser, before diving into how to use Service Workers.
Watch this video to learn:
- What is browser caching
- Techniques used by developers to manage the turnover of resources
- A demo using Service Workers
Other Videos By Fullstack Academy
Tags:
Service Workers
Browser Caching
Browser Caching and Service Workers
Service Workers Tutorial