mastermind@lemm.ee to Programmer Humor@programming.devEnglish · 2 年前Which side are you? Javascript or Typescripti.postimg.ccimagemessage-square218linkfedilinkarrow-up1578arrow-down136
arrow-up1542arrow-down1imageWhich side are you? Javascript or Typescripti.postimg.ccmastermind@lemm.ee to Programmer Humor@programming.devEnglish · 2 年前message-square218linkfedilink
minus-squarefloat@feddit.delinkfedilinkarrow-up5·2 年前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.
minus-squareKnusper@feddit.delinkfedilinkarrow-up2·2 年前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.
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.