▲ | hirvi74 5 days 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 5 days ago | parent [-] | |||||||
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. | ||||||||
|