DEV Community

Bradley Wells
Bradley Wells

Posted on

Blazor PWAs are awesome!

I recently wrote about a Blazor WebAssembly app I developed. Yesterday, in a matter of minutes, I made that web app a Progressive Web App (PWA). It can be installed on desktop and mobile, it works offline, and it is treated like a first-class citizen.

Here's the code:

GitHub logo bradwellsb / blazor-fire-calculators

FIRE calculator PWA created using Blazor WebAssembly and C#

Here's the demo and installable PWA: fire.wellsb.com

And here's one tool that made the process easy:

GitHub logo SQL-MisterMagoo / Blazor.PWA.MSBuild

An MSBuild package which adds simple PWA functionality to Blazor client-side Apps

Latest comments (1)

Collapse
 
bradwellsb profile image
Bradley Wells

I wrote an article about how I customized it here: dev.to/bradwellsb/a-simple-way-to-...