|
|
|
|
|
by beojan
2944 days ago
|
|
HTML and CSS are actually a pretty terrible syntax for building interfaces, which is unsurprising given HTML is a document format, and CSS is designed to style documents. If they were really the best possible syntax, you wouldn't have so many popular frameworks. 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. |
|