TomasEkeli@programming.dev to .NET@programming.dev · 7 days agoMicrosoft designates Blazor as its main future investment in Web UI for .NETdevclass.comexternal-linkmessage-square15fedilinkarrow-up118arrow-down11
arrow-up117arrow-down1external-linkMicrosoft designates Blazor as its main future investment in Web UI for .NETdevclass.comTomasEkeli@programming.dev to .NET@programming.dev · 7 days agomessage-square15fedilink
minus-squareMihies@programming.devlinkfedilinkarrow-up4·6 days agoI disagree. Server side blazor is really a great fit for internal apps at least. Then you have a combination of the two, where your app starts quickly in server side mode, once the wasm code is downloaded, it switches to client side mode.
I disagree. Server side blazor is really a great fit for internal apps at least. Then you have a combination of the two, where your app starts quickly in server side mode, once the wasm code is downloaded, it switches to client side mode.