TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Better Web GUI Development

2 点作者 externalreality将近 6 年前

1 comment

externalreality将近 6 年前
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!