you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    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.

  • source
  • parent