With .NET 8, we will get server-side rendering. Server-side rendering allows us to use the Blazor component model and run the application like an ASP.NET MVC or Razor Pages application.
Let me explain what that is and how it works.
With .NET 8, I can combine the Blazor component model with the advantages of server-side rendering.
The components are rendered on the server, and the HTML output is sent to the browser. This allows for a quick first-page load, a small download size, and no SignalR connection.
We can still use interactive components with .NET 8 when we need it. But we don't need to choose whether to use Blazor Server or Blazor WebAssembly for the whole application. Instead, we can choose the rendering mode for each component.
00:00 What is Server Side Rendering (SSR)?
01:34 Server Side Rendering (SSR) in Blazor .NET 8
02:18 The new Blazor Project Template
02:53 Server-side Rendering in Action
06:13 How to Explore It Yourself
06:37 Conclusion
🔥 C#/.NET Bootcamp: The Fundamentals & more (Code FRIENDS10 for 10% OFF)*
[ Ссылка ]
📌 .NET Developer Roadmap
[ Ссылка ]
📌 YouTube Playlists:
The FREE Blazor Crash Course: [ Ссылка ]
Blazor: [ Ссылка ]
✅ SUBSCRIBE FOR MORE VIDEOS
Subscribe: 🔔 [ Ссылка ]
🚀 CONNECT & SUPPORT
Twitter: [ Ссылка ]
Blog: [ Ссылка ]
Newsletter: [ Ссылка ]
CREDITS
🎵 [ Ссылка ]
* Affiliate Link: I earn a small commission at no additional cost
Ещё видео!