|
|
|
|
|
by xky
980 days ago
|
|
We evaluated a few options and settled on Blazor after tiring of the build chain and dependency complexity of the TypeScript world. So far, it’s been nothing but a breath of fresh air to work with. It’s important to clarify which model you’re working with when discussing Blazor. A lot of complaints seem to stem from using the Blazor server websocket model outside of its specific use cases.
The web assembly and prerendered models are more comparable to modern developments in other ecosystems. |
|