|
|
|
|
|
by videlov
48 days ago
|
|
Surprised to see they kept Tauri. In our experience of using Tauri, it has been a significant source of compatibility and performance issues related to it's use of WebKit and WebKitGTK. So much so that we have started an effort of migrating away from it for our app, in favor of Electron (https://github.com/gitbutlerapp/gitbutler/tree/master/apps/l...)
The choice was made specifically for the benefit of our users, but we were also pleasantly surprised by how much better the development experience is with it. |
|
I'm usually only shipping things for one platform as well, so that helps a lot since I don't have to worry about any cross-platform issues.
I know Opencode also moved away from Tauri and I've seen a few other apps do so too that originally built on top of it. Its a bit sad to see, but I think I've heard the Tauri team is trying to address some of the common issues.