An open API service indexing awesome lists of open source software.

https://github.com/sql-mistermagoo/blazorappupdates

Sample Blazor App using a Service Worker to manage cache
https://github.com/sql-mistermagoo/blazorappupdates

Last synced: 6 months ago
JSON representation

Sample Blazor App using a Service Worker to manage cache

Awesome Lists containing this project

README

          

# BlazorAppUpdates

This is a POC sample showing how a Service Worker can be used to cache the Blazor app in browser.

It includes a button to "Update the app", which invalidates the cache and reloads the page.

This will fetch the latest app dll from the server.