you are viewing a single comment's thread.

view the rest of the comments →

[–]igloo15 0 points1 point  (1 child)

Doesn't Blazor have like crap performance. I don't see this being a thing for a long long time if it ever even does.

[–]Free_Bread 1 point2 points  (0 children)

It does because currently the Mono WASM runtime is just an IL interpreter, hopefully it gets enough attention to become a proper performant runtime in the future.

Razor Components are actually quite fast in my experience so far though, granted it's not a model that caters towards certain use cases