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

What's the performance of yew.rs? #2871

Closed
Sleepful opened this issue Sep 14, 2022 · 1 comment
Closed

What's the performance of yew.rs? #2871

Sleepful opened this issue Sep 14, 2022 · 1 comment

Comments

@Sleepful
Copy link

hi
this looks like an interesting project
but have you compared the performance with something like reactjs?
WebAsembly is great, but usually the bottleneck for web applications is the DOM calls, meaning that calling for changes from javascript (ReactJs for example) isn't any different from calling for changes from WASM (Yew JSX), it's still the browser doing the work.

@voidpumpkin
Copy link
Member

Please visit
https://github.com/krausest/js-framework-benchmark
https://krausest.github.io/js-framework-benchmark/current.html

I dont fully remember why i have not listed it yet somewhere in yew.rs or the readme, but i hope for now this closes the issue.
related #5

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

No branches or pull requests

2 participants