Chiming in here as well, I’m running tauri in production for a “desktop” version of our vuejs spa at a startup. The spa is rather complex business/logistics software. But in the end it hardly makes a difference what your spa does. The big pro is that you can write very system level code in rust that you can invoke from your js app. That’s pretty neat if you do want to do stuff with native apis. Another massive reason for us to switch was the bundle size and memory imprint, it’s a game changer for B2B customers with often lower spec hardware.
And the cherry on top is the potential mobile targets that are now in alpha…
It’s good if you already know a frontend framework it works nicely, I have worked with similar framework in golang as well which is wails which seems better though.
How are you finding Tauri? Been a project on my radar since I learnt of it.
Chiming in here as well, I’m running tauri in production for a “desktop” version of our vuejs spa at a startup. The spa is rather complex business/logistics software. But in the end it hardly makes a difference what your spa does. The big pro is that you can write very system level code in rust that you can invoke from your js app. That’s pretty neat if you do want to do stuff with native apis. Another massive reason for us to switch was the bundle size and memory imprint, it’s a game changer for B2B customers with often lower spec hardware.
And the cherry on top is the potential mobile targets that are now in alpha…
Ah right. So tauri has mobile app support in alpha? Nice, and promising too. Thanks for the info!!
It’s good if you already know a frontend framework it works nicely, I have worked with similar framework in golang as well which is wails which seems better though.