Hacker News new | ask | show | jobs
by jcelerier 2693 days ago
Qt's QML is React with 1/3rd the bloat in terms of code
2 comments

Yeah, I always tell people to look at QML when it comes to clean UI frameworks. It is a bit sad QML is not a web framework.
Any good examples?
Qt's QML is "1/3 in terms of code" only because it has the entire Qt framework behind it. On the web you have to reinvent the wheel for everything (because there are no wheels in the browser and its APIs).
I think he refers to the code you write.