.NET 8 Blazor Render Modes & Prerendering

preview_player
Показать описание
Explore .NET 8 Blazor render modes and prerendering, with a focus on common challenges that can arise if these concepts aren't fully understood.

All of the code shown in video the is available in a GitHub repository, which in this instance just saves you a few minutes creating the 5 solutions, but I intend to always make code available where possible::

Fuel my brain with coffee to create more content:

Chapters:
00:00 Introduction.
00:35 Blazor Web App template options.
04:50 Interactive render mode WebAssembly with the location of global.
14:05 Interactive render mode Server with the location of global.
16:46 Interactive render mode Auto with the location of global.
21:55 Interactive render mode WebAssembly with the location of global plus authentication template pages.
26:15 Interactive render mode Auto with the location of per page.
31:45 The opinionated and simplistic approach I use for selection.
33:45 Outro.
Рекомендации по теме