@curious_straight_ca's banner p

curious_straight_ca


				

				

				
1 follower   follows 0 users  
joined 2022 November 13 09:38:42 UTC

				

User ID: 1845

curious_straight_ca


				
				
				

				
1 follower   follows 0 users   joined 2022 November 13 09:38:42 UTC

					

No bio...


					

User ID: 1845

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.