Hacker News new | ask | show | jobs
by solomatov 1501 days ago
Electron is much better in my experience than most other cross platform toolkits. It gets better with troubleshooting as you use it more.
3 comments

Reminds of the old VB6 stuff from 90s. You know it’s screwed up. But your so productive in it you just don’t care.
I prefer not to think of electron as a toolkit, but as an embedded web browser.
Is there any Electron usecase that Tauri isn't better suited for?
A big problem with Tauri is that it doesn't use the same browser everywhere. You should maintain support different browsers, with different version on different platform. With Electron it's a just fixed version of Chrome.