@[email protected] to Programmer [email protected]English • 1 year agoWhich side are you? Javascript or Typescripti.postimg.ccimagemessage-square221fedilinkarrow-up1566arrow-down136
arrow-up1530arrow-down1imageWhich side are you? Javascript or Typescripti.postimg.cc@[email protected] to Programmer [email protected]English • 1 year agomessage-square221fedilink
minus-square@[email protected]linkfedilink5•1 year agoI’m using the leptos framework (Rust) and really like it so far. Not a single line of JS, not even npm as a dependency in that project.
minus-square@[email protected]linkfedilink2•1 year agoYep, that’s the framework, I’m using, too. But most frameworks in the Rust ecosystem can do DOM interop, as the heavy lifting for that is provided by the wasm-bindgen library.
I’m using the leptos framework (Rust) and really like it so far. Not a single line of JS, not even npm as a dependency in that project.
Yep, that’s the framework, I’m using, too. But most frameworks in the Rust ecosystem can do DOM interop, as the heavy lifting for that is provided by the
wasm-bindgen
library.