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
- Host: GitHub
- URL: https://github.com/sql-mistermagoo/blazorappupdates
- Owner: SQL-MisterMagoo
- Created: 2018-11-08T14:54:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-15T16:16:06.000Z (about 6 years ago)
- Last Synced: 2025-02-05T03:23:39.973Z (over 1 year ago)
- Language: HTML
- Size: 200 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.