Hacker News new | ask | show | jobs
by mhmmmmmm 1637 days ago
> I wish there existed a modern cross-platform open source reactive GUI framework which was less of a resource hog than Electron

Flutter (Desktop) comes pretty close to that. Its really fast to write and your code works on IOS/Android/MacOS/Windows/Linux unless you need Platform specific API's, and even that is possible.