Blazor is a bit special in that as a full front-end framework, it’s (for now) more for heavy apps or internal ones, as it includes essentially the whole .NET framework in webassembly :D There’s an alternative called server-side Blazor, that uses websockets to provide interactivity. It’s a front-end framework that you can write in C# without touching Javascript, the current preview brings further performance improvements, but in general it’s not "eh whatever, let’s use blazor for our new site" the same way one might use Vue or React.
All other components I’ve seen so far were pretty bad, one takes about a second for datagrid paging, another 100-300ms to open a drop-down.
All other components I’ve seen so far were pretty bad, one takes about a second for datagrid paging, another 100-300ms to open a drop-down.