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.
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.
More options
Context Copy link