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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why is design-to-code not working?

2 点作者 seestraw超过 2 年前
I’ve come across several products that automatically convert Figma designs into code. From what I see, they do a good job of generating React components and CSS from Figma designs.<p>It seems to be that these should be the standard way to make frontends, but it is not. Why is that? Am I missing something?<p>Example: Anima.app

1 comment

verdverm超过 2 年前
In my experience, it&#x27;s the logic &amp; data flow that is not handled, and the more complicated part of frontend development. Layout &amp; design just a part of it. The best solution in my mind is something that is bi-directional, so that code can be synced and operational in the design tool