DEV Community

0 seconds of 29 minutes, 24 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
29:24
 
Brian Neville-O'Neill
Brian Neville-O'Neill

Posted on

5 3

Getting started with progressive web applications through Workbox and service workers

In this tutorial, we're going to explore how to make web applications work offline through the use of service workers from Workbox.

There are many things that make up a progressive web application, whether that be with a mobile-friendly user experience (UX), having a native desktop and mobile API integration, or just being able to use the application without an internet connection.

Service workers are the first step towards developing a fully compliant progressive web application (PWA) and frameworks like Workbox make it very easy.

Click here for a related blog post on getting started with PWAs through Worbox.


LogRocket on YouTube 🎬

 

If you enjoy in-depth video tutorials on frontend topics, check out LogRocket's YouTube channel. Make sure to give us a like if you find the video helpful and subscribe to stay updated on when we post new videos.


AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

Top comments (1)

Collapse
 
dwrtardis profile image
dwr-tardis

I had no experience with Workbox before watching this tutorial and I found it really useful just to get that all important first, working example up and running. Sounds trivial but I also liked the way it showed that you can just fully qualify the Workbox packages rather than, as in the official documentation examples, assigning the namespaces to constants first - getting different views from different people on the basics really helps with my learning. Thanks for a good video.

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay