What's your favorite thing about Blazor in .NET 8?

preview_player
Показать описание
Today, Daniel Roth, @danroth27, tells us about his favorite new #Blazor feature in .NET 8.
Рекомендации по теме
Комментарии
Автор

Blazor wasm 🥰and SSR are the only 2 options for me. Blazor server has always been a big no for me. That ui thing it does when there's no connectivity 😪

odumahojorma
Автор

Alguien sabes cómo implementar inicio de sesión con rendermode Serverprerendered?

elias
Автор

This might be the best thing about Blazor in a future release, but not in .net 8. It's too much "unproven" black box complexity to just dive into in its first release. Maybe it will be more proven in .net 9 or 10 (if it's still even there), but not in .net 8.

marklnz
Автор

Why is the guidelines from MS/Blazor so weak about the reconnect debacle on more or less all platforms? Blazor feels more or less useless on mobile, since the reconnect "experience" kills an app after Tab-sleep.

Yes, there are guides - but they are really fuzzy. IMHO, no one wants the default behaviour, so why isn't the reconnect/state-machine options in the create project template?!?! If this goes on, Blazor will die due to lack of faith from developers.

Lazzerman