|
|
|
|
|
by aphextron
2945 days ago
|
|
It's not so much the greatness of JS that attracts people, but having access to the DOM and browser based rendering. HTML/CSS is the very best possible declarative syntax for building interfaces ever devised really. The alternatives are way less flexible and cross platform. |
|
Rather, HTML/CSS/JS is what you're stuck with if you're treating the web as your platform, which is tempting when your code is really just a front-end for a remotely hosted system anyway.
Electron is the result of people trained in web development turning their hands to desktop development, but not wanting to learn something completely new.