Hacker News new | past | comments | ask | show | jobs | submit login

That's interesting because the 3 blazor projects that I have done client work for are all WASM not server. Do you have a source for the stats on server vs wasm deployments or just what you've experienced so far?



It's just personal experience and what I've heard from other enterprises. Inside corporate networks the latency from Blazor Server isn't a showstopper, and Blazor Server has been production-ready for much longer than Blazor/WASM.


And sadly Blazor WASM even in .NET 6 has runtime performance slower than React, with 5 Mb hello world download.

The other big advantage of Blazor server is you can remove the separate service layer project and deployment target entirely, reducing total code and total infrastructure significantly.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: