|
|
|
|
|
by alwayslikethis
885 days ago
|
|
I have another feeling that while what you say is likely true, in a world without Electron, we would have a lot less common software available on Linux with companies opting for native UI toolkits on Windows and Mac only. Qt, though better than electron, isn't that lean [1], and is available under only LGPL or an expensive commercial license. I also don't think Electron is entirely responsible for the slowness in many applications (Slack), but rather the bloated web design itself. 1. https://federicoterzi.com/blog/why-electron-is-a-necessary-e... |
|
I have been using linux for 20 years and I've yet to use one electron based software.
There is no problem with LGPL. From your link: " QT is free to use as long as you release your code as GPL"
That is false. It is free as long as you don't statically link qt, and you distribute your eventual changes to qt itself (which aren't needed in most cases).
Of course if we spread misinformation, we might draw different conclusions, which is why it is important to start from correct non-made-up premises.