|
|
|
|
|
by Townley
2431 days ago
|
|
> a lot of developers, including long time Free Software developers, don't get licensing at all Completely agree; it's a complex part of producing software that people (myself being guilty of this) incorrectly assume they can ignore. > There are legitimate technical reasons for not liking Electron, not necessarily due to "disproportionate amount of time bickering" spent by "Linux Desktop users". There are legitimate technical reasons for not choosing electron, but I can't think of any for not liking it. It's a perfectly fine and useful way to make a cross-platform desktop application. If it doesn't suit your project's purposes because of performance, size, or current acumen, that's fine. But I think OP is referring to "Electron is awful", "I hate Electron", or "Never use Electron" levels of ire that crop up occasionally, which should be exclusively reserved for something that no one should be working in. |
|
My main problems with Electron are:
- The size of the runtime
- The fact that every application has to bundle it and it means that multiple Electron applications on the same system do consume a lot of resources if not handled well
- The fact that unless you (as a developer) play due diligence, you might distribute your app with a version of the runtime which may contain vulnerabilities (one of the reasons Linux distributions don't like library bundling that much).
I can't deny it's probably easier for many (not for me, but although I write Python code all day, I'm by no means a "developer"), but it can be potentially wasteful, to say the least, and require far more resources than what you'd actually need with a another toolkit.
That said I for sure won't point a gun at someone who wants to use it. ;)