Hacker News new | ask | show | jobs
by jayeshsalvi 3398 days ago
That must be the fault of the app than the Electron framework itself.
2 comments

You might think, but it seems all electron apps are resource hogs.

What does seem to be in the app's control is whether it is fast.

See VS Code and Atom; huge difference in performance but both will chew up your battery.

I think it's caused by Electron being so "easy". Anyone without much experience in CS can write desktop applications with it. Those who do have the CS experience tend to use different frameworks.

So even if Electron is a solid foundation, there is probably a bias towards inexperienced developers in who it attracts to work with it.