Hello, thank you so much for these articles !
I have a performance question : recently I tried a POC project using JS + React + Rust + WASM. However, I found that JS is more performant for frontend usual tasks like big backend response filter, map, reduce, also calling JS + axios is more faster than Rust + Reqst :
https://github.com/helabenkhalfallah/rust-react-wasm-js
https://users.rust-lang.org/t/using-rust-wasm-inside-a-react-frontend-app/45691
Does using yew and having full Rust we got better performance than JS ?
I want to use Rust for fullstack, but performance issue let me hesitate.
Thank you so much :)