|
|
|
|
|
by latexr
1277 days ago
|
|
> Developing an app using Electron gives such tremendous benefits that it far outweighs any downsides. As someone who wrote performant Electron apps, I disagree. Electron has great documentation, but I found little else to praise. > stable and secure platform A major factor to me stopping to write Electron apps was the frequent updates needed due to some new flaw upstream. To make matters unbearable, every time there was an update something else had changed with the build tool or the Electron API, which I then had to relearn and painstakingly change everywhere. I like apps to be done, I don’t want to be forced to babysit in perpetuity an otherwise working app. > Storage is cheap It is not. People buy computers and mostly stick to the internal disk which they can’t or don’t know how to change. No one is happy to have to buy and use an external hard drive because their apps—which are orders of magnitude larger than they could be—are eating up all available space. |
|