I dislike Electron for several reasons but the two biggest are:
- Bloated. The apps are huge and by design contain an enormous amount of redundant code in every app.
- They use Javascript. Some might say this is an advantage but I find Javascript to be a heinous Frankenstein of a language. It’s not OOP for one (which I find a negative).