top | item 45105812

(no title)

terandle | 6 months ago

Blazor is not good at anything. Please stick with JS for the frontend .NET devs. You'll thank me later.

discuss

order

hirvi74|6 months ago

What issues have you encountered?

As old school as it may be, I can accomplish basically everything my users need with just vanilla JS and .fetch() requests.

I've been playing with Blazor, and it's been great so far. However, like everything, I know it's not perfect.

terandle|6 months ago

Performance of WASM issues. Rendering performance of large data grids is not good. Also the first load time is also terrible 50mb+ payloads.

Blazor server uses websockets and is just a whole other bag of hurt. You'll have to deal with disconnects even if you can stomache the increased cloud costs.