Earlier quoted context omitted.
I would phrase the problem slightly differently: not "I want to use the technologies that make me enjoy my job," but "I want to use the technologies that I already know. " Electron is popular because it lets you write desktop apps in JavaScript, and there are a lot of developers out there who know JavaScript. By going with Electron, those developers can build desktop apps without having to learn anything new. They ca…
> This "I don't have to learn anything new" factor is literally the only thing Electron has going for it. Not completely, don't underestimate how hard it is to write a cross platform UI that runs on Windows, OSX and Linux. Starting from a web framework not only gives you portability but also a common UI language(that may diverge a bit from native app conventions but that's a tradeoff you need to weigh). I say this as…
(also a C++/Qt dev, jealously eyeing love preview, hot-reloading, and other niceties).