scottkuhl / BlazorStaticWebApp

Blazor Azure Static Web App Example
2 stars 0 forks source link

PWA Enhancements #16

Open scottkuhl opened 2 years ago

scottkuhl commented 2 years ago

The application currently is using the default PWA support from the .NET templates with two tweaks:

  1. Skips waiting when a new version of the app is published and immediately uses the new service worker.
  2. Does not cache the server side authentication pages or API routes.

It is worth reviewing Google and Microsoft's guides on PWA to further enhance the application.

Google: Learn PWA Microsoft: Progressive Web Apps