Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 508 Bytes

File metadata and controls

7 lines (4 loc) · 508 Bytes

Blazor Client - Loading Screen

If you are using Blazor WebAssembly aka client-side Blazor you are faced with an issue: The .NET runtime including your assemblies has to be downloaded first. We are taking about some megabytes as the initial load.

Depending on the connection of your client there is a time where basically nothing happens. The default template just has a simple "Loading..." text. So let's change that.

Found here