Summary of PWA

Let's summarize the concepts we learned in the “Building a Weather App as a Progressive Web App (PWA)” chapter.

We'll cover the following...

Wrap up!

We should now be able to convert a Blazor WebAssembly app into a PWA by adding a manifest file and a service worker.

In this chapter, we introduced PWAs. We explained how to convert a web app into a PWA by adding a manifest file and a service ...