TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Better Web GUI Development

2 pointsby externalrealityalmost 6 years ago

1 comment

externalrealityalmost 6 years ago
With QT5 and it&#x27;s qt quick controls 2, I put together the demos of the first few chapters of &quot;Full Stack React&quot; within minutes. The QT creator helped me with this. I compiled to desktop (which is quicker) and then when I was done I compiled to WASM and loaded it up in the browser.<p>With React and other DOM based tools, it takes very long to develop even simple GUI&#x27;s. There are tools like React Studio, but nothing as mature as QT. Also QML and Signal&#x2F;Slots are much better than React&#x27;s model IMHO. In addition, Virtual-DOM is a hack that only DOM based models suffer from and adds overhead to the development model.<p>I think the article is right -- Out with the new, in with the old!