What's New in Blazor for .NET 8
Video Statistics and Information
Channel: dotnet
Views: 66,367
Rating: undefined out of 5
Keywords: .NET
Id: QD2-DwuOfKM
Channel Id: undefined
Length: 66min 20sec (3980 seconds)
Published: Thu Aug 03 2023
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
The ability to serve pages using traditional SSR and create islands of interactivity (server/wasm model) only when you need it (per page or per component), is really interesting.
Hopefully hot reload works when itβs supposed to
Wish they would have gotten the single project working for mixing server/wasm. Hope theyβre able to navigate the complexities involved in future releases.
I'm looking forward to .NET 8 and Blazor. There's a lot of good features coming, so many Dan has a hard time showing them all in a 60 minute session.
The sections feature alone is really useful http://www.telerik.com/blogs/aspnet-8-blazor-sections-fully-explained,https://www.telerik.com/blogs/aspnet-8-blazor-sections-fully-explained
Looking forward to it! I'm wondering how a Bearer Token (for API calls) should be shared between the WASM and the Server, when using the Auto RenderMode. Anyone has an idea about this?
It sounds like heβs saying use ssr for non-interactive stuff, and auto mode for interactive stuff.
I wonder why not just auto mode for everything? Too much unneeded websocket use and too big dl size for mobile regarding reserving battery?