You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft officially released preview version of Blazor. Blazor is similar to ReactJS but runs on WebAssembly with C#. And I think Blazor should be much faster than other Web UI frameworks thanks to it WebAssembly nature.
We already have a few Rust WASM ones on here. I know getting the build to work is more of a challenge, it would be great to have more WASM. It is definitely an area of interest. While when it comes to DOM, WASM is slower currently. It feels like the progress there is coming along rapidly. If someone feels comfortable enough they can submit a PR.
In terms of expectations and speed with WASM and the DOM I think this comment is particularly insightful. #589 (comment). Until we get to that point where WASM can match up I think it would be great to get more library implementations to understand tradeoffs etc.
Microsoft officially released preview version of Blazor. Blazor is similar to ReactJS but runs on WebAssembly with C#. And I think Blazor should be much faster than other Web UI frameworks thanks to it WebAssembly nature.
Should we add some benchmarks for Blazor?
blazor.net
demo
The text was updated successfully, but these errors were encountered: