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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: No code component for UI development

7 点作者 ironfootnz超过 2 年前
I know is a hard question to ask, but with so many tools out there for no-code. I wonder if you could recommend an open-source drag and drop UI component that is similar to the new release tool by AWS composer.

1 comment

thealienthing超过 2 年前
I’m not sure how you can have an absolutely “no code” experience for developing UI but QT creator does have a drag and drop experience for constructing UI that is… okay. You can set up your signals and slots directly in the GUI and it will generate code for you, but you still need to fill in the blanks within the generate code to make it actually do something.