MENU

Fun & Interesting

Blazor Progressive Web Apps. Part 1 - The Basics.

Coding Tutorials 2,304 8 months ago
Video Not Working? Fix It Now

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.

Comment