I wonder if we can reliably expect React-in-Rust framework that compiles to wasm instead of js? Or maybe just a React library written in Rust, but you can still write the source code in javascript?
Or maybe at least Typescript-to-WASM compiler to skip JS output?
I mean probably, yeah, but why? You'd still need JS to involve the DOM with anything, and that's the performance expensive stuff, so might as well just do the whole thing in JS.
capableweb|2 years ago
patmorgan23|2 years ago
csjh|2 years ago
Also Typescript -> WASM exists in some form through assemblyscript
Havoc|2 years ago
TheRealPomax|2 years ago
yazaddaruvala|2 years ago
_navierstokes|2 years ago