Y
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
kbumsik
2693 days ago
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.
link
yen223
2693 days ago
Any good examples?
link
jdc
2693 days ago
https://github.com/jcelerier/TodoMVC-QML
link
dmitriid
2693 days ago
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).
link
rat9988
2693 days ago
I think he refers to the code you write.
link