Microsoft FINALLY Improved Global Interactive Render Modes in Blazor with .NET 9 🔥

preview_player
Показать описание
💻 Use Code LONGERNIGHTS to get 20% off on any course or plan!

#DotNet #Blazor #AspNetCore
Рекомендации по теме
Комментарии
Автор

I think people are getting confused because of the lack of basic understanding of what happens on the server and what is happening in the browser. Microsoft is trying to keep with the mainstream approach of going SSR + hydration, but the end result is quite clunky as Blazor uses bunch of wrappers on top of web apis (javascript to not confuse people) in the client, and they decided to convine a bunch of things together that are not fitting well (server-side framework triggered updates + client-side programmability) To me, the saving garce is becoming the SSR mode which I can enhance with JS libraries for interactivity. Way clearer and a lot less complex than the blazor interactivity model, with the downside the editor support for the libraries I use is quite poor, but I can deal with that as complexity of overall is lower

XXnickles
Автор

I still don’t understand interactivity and server/client stuff. This sounds nice, but I need to go back and watch some older videos before I get excited

ChrisMorgan
Автор

I guess you showed a lot of stuff, but it wasn't clear to me what is the thing that .Net 9 adds? It's it being able to specify the render mode in the main page for the whole app?

pilotboba
Автор

lol im doing stuff with cookies and managing both server and wasm modes is a pain. HttpClients requests append cookies in wasm but they dont in server.
Maybe im doing something wrong?

ghevisartor
Автор

Blazor is becoming harder and harder to understand, thank's to the Auto/Unified mode. Choosing between full WASM or full Server was way simpler and you didn't have to worry about rendering and where it was rendered.

julienbarach
Автор

I wasn't aware anyone was still using Blazor. I thought MS shelved it already due to lack of adoption.

Tony-dprl
Автор

Microsoft keeps overdoing everything and confusing devs

sakshock
Автор

Hi, I'm from the future. Remove the "god" part of your channel and your channel will grow.

Mo-swho
Автор

Blazor is just becoming a mess lol. Rather just use something like Phoenix Liveview at this point or something else.

dawizze
Автор

HotReload Suck , two project css error, bugbugbugbugbugbugnotwork

블레이저-bh