this post was submitted on 11 Apr 2026
71 points (97.3% liked)

Linux

13226 readers
281 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] onlinepersona@programming.dev 1 points 7 hours ago (1 children)

CSS is terrible, no doubt about it, but the problem is exactly that: native GUI frameworks haven't changed in the way they work. Why else do you think electron became popular? Obviously there was reason for it

[โ€“] FishFace@piefed.social 1 points 6 hours ago

I think it became popular because you can deliver the same app to mobile and desktop platforms. And because js gave people a very easy intro to development on the web so tons of people know it.

I don't think it became popular because it was better at making an application on a single target. I've never made a webapp with the equivalent of GLADE or QtCreator so I don't know if it even exists - but those tools are very decent if you had a basic understanding of UI layout.