site banner

Small-Scale Question Sunday for June 15, 2025

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

1
Jump in the discussion.

No email address required.

Anyone have particularly strong feelings about best (or worst) UI libraries? I spent a good part of the weekend trying to take a more serious attempt at familiarizing myself with Avalonia, but I'll admit user interface work is always something I've dabbled with rather than gotten a great understanding of, and at the dabbler's level a lot of great or terrible code gets completely buried by the strength (Visual Studio) or weakness (oh boy, QT!) of IDE-focused tooling, or the difficulty of entry (ia ia OpenGL fhtagn).

In practice, if I just want to get something of simple-moderate complexity done, the best UI library is react. It works, the functional style is nice, there are whatever libraries you need. Web browser APIs have problems, but I'd much rather interact with them than deal with native stuff. UI latency is fine if you don't do anything complicated, a lot of optimization work's gone into the browser, and you get cross platform + mobile easily. Javascript kinda sucks but it's fine. And you probably don't need electron, just make a website.