Blazor Pre-Rendering
Coding Tutorials Coding Tutorials
14.4K subscribers
3,576 views
108

 Published On Feb 24, 2023

When you navigate to a Single Page Application, there can be a delay as the code downloads. In Blazor WebAssembly, we can use server-side pre-rendering to speed up the process.

Source code available at: https://github.com/JasperKent/Blazor-...

Topics include:
- The problem of delayed loading in SPAs
- Creating an ASP.NET hosted Blazor WebAssembly application
- Configuring for pre-rendering
- Dependency injection into C# Blazor components
- Accessing web service data during pre-rendering
- Avoiding double loading of web service data

show more

Share/Embed