关于[Working with Local Storage in a Blazor Progressive Web App]的摘要:
In a previous article, I discussed how to create a Blazor application that could be installed on the user's computer and be accessed without starting a web browser (a "Progressive Web App" or PWA). Because the application can be accessed without starting the web browser, you may want to also enable that application to run without a network connection. If that's the case, then you'll need to leverage local storage to replace data retrieved from web services.
原文地址: https://visualstudiomagazine.com/articles/2020/09/08/blazor-pwa-local-storage.aspx