Lessons: 17Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel

Creating Progressive Web Apps

Introduction

02:03

Progressive web apps are the perfect marriage of web and native apps. A progressive web app (PWA) is a web app that can be used with or without an internet connection, once the app has been installed on a device. These apps have many of the same capabilities as a native desktop or mobile app, but are powered by modern web technologies.

Join Jeremy McPeak as he teaches you how you can enhance your new or existing web app with native-like functionality. You'll start with PWA basics like creating a manifest file and registering service workers, then move on to caching data to make the app available offline. Later, you'll learn some advanced techniques like background sync and push notifications. Along the way, you'll create a simple but fully functional app.