PWAs - Progressive Web Applications - allow users to instal and run web applications almost as if they were native programs. Let's see how to create them in Blazor.
Source code available at: https://github.com/JasperKent/Basic-PWA-Demo
Topics include:
- What are PWAs? Discoverable, available, usable, responsive, fresh, secure and installable.
- Creating a Blazor PWA in Visual Studio.
- Configuring a PWA with manifest.webmanifest.
- Making content available with service-worker.js.
- Debugging a PWA with Chrome Dev Tools.
- Running a PWA offline.
- Installing a PWA on the desktop.