I would like to start using blazor, despite the fact that it is still at the alpha level. As I understand it, blazor uses WebAssembly to compile C# on the client side. And I have a question: is this system faster to work than, for example, React / Vue, co...