Y
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
treeman79
1501 days ago
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.
link
KSPAtlas
1501 days ago
I prefer not to think of electron as a toolkit, but as an embedded web browser.
link
aaaaaaaaata
1500 days ago
Is there any Electron usecase that Tauri isn't better suited for?
link
solomatov
1500 days ago
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.
link