6 ms·
WASM typically has very good startup time only because the binary WASM format is so much faster to parse than javascript. See js-framework-benchmark, "Consisten
by ______-_-______ 4y ago
WASM typically has very good startup time only because the binary WASM format is so much faster to parse than javascript. See js-framework-benchmark, "Consistently interactive", Yew even beats vanillajs by about 4%.
https://krausest.github.io/js-framework-benchmark/2022/table_chrome_101.0.4951.41.html https://krausest.github.io/js-framework-benchmark/2022/table...
Having said that, I still wouldn't try to use Rust as a React replacement for other reasons. Maybe in a few years.