- Course
Rendering Modes and Interactivity in ASP.NET Core 10 Blazor
Learn how ASP.NET Core 10 Blazor rendering modes work. This course will teach you why Static SSR should be the default, and how to add interactivity selectively with @rendermode.
- Course
Rendering Modes and Interactivity in ASP.NET Core 10 Blazor
Learn how ASP.NET Core 10 Blazor rendering modes work. This course will teach you why Static SSR should be the default, and how to add interactivity selectively with @rendermode.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Modern Blazor applications do not need to be interactive everywhere. In this course, Rendering Modes and Interactivity in ASP.NET Core 10 Blazor, you’ll gain the ability to choose the right rendering mode for each part of a Blazor Web App. First, you’ll explore the SSR-first mental model and learn how Static SSR behaves by default. Next, you’ll discover how to enable interactivity selectively with @rendermode and understand where code executes in Interactive Server and Interactive WebAssembly modes. Finally, you’ll learn how to mix rendering modes safely, evaluate UX and scalability tradeoffs, and avoid common antipatterns. When you’re finished with this course, you’ll have the skills and knowledge of Blazer render mode needed to design both interactive and static Blazor applications, depending on the use case.