Emergent Software Interview Question

When would it be appropriate to use Blazor vs React in a solution that includes a Web front-end?

Interview Answer

Anonymous

Jan 16, 2025

I would use Blazor when the dev team was skilled in C# and I was confident that the target client environment would have the necessary resources to run WASM while I would choose React if I had a larger team with JavaScript experience and I needed to target a broad swath of devices, many of which would be resource constrained.