Remix.run Logo
Fraterkes 6 hours ago

For a lot of people the main advantage of electron was just being able to use the webdev stack for a desktop app. Tauri makes it less portable but is less bloated. Different tradeofs I guess.

Also: I think it’s kinda funny that Tauri is basically a very straightforward of example of trading developer comfort for benefit of the user, and you can’t imagine people using it.

GardenLetter27 an hour ago | parent | next [-]

It's not for the benefit of the user when you get dozens of issues in Github because webkit-gtk or WebView2 changed something.

ed_blackburn 2 hours ago | parent | prev | next [-]

Indeed. It's sacrifices engineering cost for customer experience.

mathverse an hour ago | parent | prev [-]

I have never seen a Tauri app that was significantly less bloated than Electron. Can you share any?

sabellito an hour ago | parent [-]

The bundle size is, by definition, much smaller as it doesn't include the browser engine.