←back to thread

142 points stareatgoats | 1 comments | | HN request time: 0.507s | source
Show context
jonstewart ◴[] No.43545928[source]
I am by background a C++ developer, not a web developer, but Tauri has intrigued me as a cross-platform app framework.

The things that have been frustrating are the documentation, the variety of options (pick a front end framework, pick a build tool), and the sense of being on your own once you get Hello, World! working. I wish there were more examples with using 1+ different Rust web service frameworks, how to manage state, and so on. It has the feel of an older-style open source project where the developers are in love with offering options rather than committing to a strong developer experience.

replies(2): >>43545974 #>>43546131 #
ic3man5 ◴[] No.43545974[source]
It's because you aren't a web developer. I faced the same problems. Go make a web app with deno or node and you'll get the same feeling.
replies(1): >>43546354 #
1. jonstewart ◴[] No.43546354[source]
The allure for me of Tauri is the combination of creating simple portable apps, maybe one day being able to get a frontend JS developer to improve UI/UX, using Rust on the backend (with the ability to bundle in other native libraries), and leaning more heavily on cargo than on the godawfulness of JS-flavor-of-the-minute build tool.

I can vibe-code up some basic UI but it all feels a bit precarious.