Oddbean new post about | logout
 Ah mostly bugs cause by my bad code 🤣. Tauri itself is solid (especially in v2), but it still depend on webview, which is terrible on linux (libwebkit2gtk). And of course the perfomrnace is nowhere to match the native render.

I will try optimize with tauri as much as I can, but in the long term, I choose fully native. 
 Ah, seems you have many works in there, especially if you have to rewrite lot of parts. Hopefully you have in good spirits to do that 😅

Well, native is more preferable if possible. It's quite rare choice to develop native desktop GUI apps. Electron Tauri are quite often to be used 😅