from Hacker News

Rust, Tauri, and React: Our Technology choices for a desktop app in 2022

by thijser on 12/6/22, 3:23 PM with 2 comments

  • by lolbutseriosuly on 12/6/22, 3:52 PM

    >Our requirements for the app were: to be lightweight and fast, in other words, use as little CPU cycles and memory as possible. [...] For the GUI, we chose the Tauri platform on which we built a React frontend. Tauri reuses an already installed browser on your system.

    Ah, yes, that's one way to "use as little CPU cycles and memory as possible" for sure.