• SeriousBug@infosec.pub
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      You can make an app with Tauri without writing a single line of Rust though. Tauri lets you trigger most native functionality you might need from the JavaScript side. If that’s enough for what you are building then you don’t need to write any Rust. You could use a Rust web framework that compiles to WebAssembly, but you could also just use React or Svelte or whatever else.

    • lysdexic@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      There’s Tauri.

      …and now your newbie has to onboard onto not only Rust (?!) but also HTML, CSS, and JavaScript to render “Hello World”.