Progressive web apps
Both Blazor Server and Blazor WebAssembly can create Progressive Web Apps (PWAs), but it is much more common for Blazor WebAssembly. PWAs make it possible to download our web app and run it as an app on our phone or computer. They will make it possible to add nice-looking icons and launch our website in a web browser without a URL input field, so it will feel more like an app.
When creating our project, we select Progressive Web App. By doing that, we will get some configuration and JavaScript to set everything up.
PWAs are beyond the scope of this book, but there are great resources to get us started. You can find more information here: https://learn.microsoft.com/en-us/aspnet/core/blazor/progressive-web-app?view=aspnetcore-8.0&tabs=visual-studio.