Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Microsoft's Blazor #605

Closed
elgunhuseynli opened this issue Jul 6, 2019 · 2 comments
Closed

Add Microsoft's Blazor #605

elgunhuseynli opened this issue Jul 6, 2019 · 2 comments

Comments

@elgunhuseynli
Copy link

elgunhuseynli commented Jul 6, 2019

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

@ryansolid
Copy link
Contributor

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.

@ryansolid
Copy link
Contributor

@elgunhuseynli Hey, looks like a preview build has just been merged: #723
Still super early days so wouldn't put too much weight in the performance numbers but you can see the results for keyed implementation here: https://krausest.github.io/js-framework-benchmark/current.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants