|
|
|
|
|
by PhilippGille
2542 days ago
|
|
There's two distinct Blazor development models: Client side Blazor uses Mono (running as WebAssembly) to run C# code on the client side, but server side Blazor only updates the DOM via SignalR (like WebSockets), which works like LiveView. I didn't use Blazor yet, but that's what I understand from the documentation. |
|