Unpopular opinion?
Blazor WASM is just a mistake: too heavy, too slow.
I would have preferred Microsoft to do with C# what Google did with Dart: compile the code directly into JavaScript.
Unpopular opinion?
Blazor WASM is just a mistake: too heavy, too slow.
I would have preferred Microsoft to do with C# what Google did with Dart: compile the code directly into JavaScript.
@cedx When AOT compilation becomes more mature, with fewer limitations, it will presumably allow more Blazor applications to be compiled to WebAssembly directly, rather than using interpreted bytecode.
It will be interesting to see what effect that has on performance.