|
|
|
|
|
by SigmundA
2372 days ago
|
|
Server side Blazor is pretty interesting, renders everything in type safe .Net on the server then uses websockets to update dom and bridge javascript. Supports client side webassembly execution model too but not stable. Not exactly lightweight and I guess still a SPA approach but pretty state of the art in server side rendering I would say: https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor |
|
But do you have experience with it to answer the question OP had?
I.e How does it work with Server Side Blazor: