Steven Giesel 10/4/2023

.NET 8 and Blazor United / Server-side rendering

Read Original

This technical article details the new Blazor Web template in .NET 8, which unifies Blazor Server and Blazor WebAssembly. It explains the introduction of server-side rendering (SSR), where components are rendered on the server and static HTML is sent to the client. The post contrasts this with existing hosting models and discusses how developers can mix rendering modes (static, interactive server, or WebAssembly) on a per-component basis for optimal performance.

.NET 8 and Blazor United / Server-side rendering

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week