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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why don't you like Figma to code?

3 点作者 izakfr7 个月前
It&#x27;s a common sentiment that Figma to code tools don&#x27;t work well. What exactly is bad about the code that these tools generate? Is it that the code doesn&#x27;t look consistent with how&#x27;d you write it?<p>Plugins either seem to either provide too little detail (Figma Dev mode) or feel too bloated (Anima).<p>Has this been your experience as well? Do you have any alternatives that you&#x27;ve liked?

2 条评论

jason_plasmic7 个月前
One problem is that the code tool is usually a one-time code export. After the export, you&#x27;ll probably want to change the code--add some business logic, event handers, etc. After a while, when the Figma design is changed, there&#x27;s no way to update the presentational code only without redoing the changes.<p>Plasmic is working on solving this problem! The designs you make in Plasmic are architected for continuous iteration. Disclaimer: I work at Plasmic!
评论 #41861090 未加载
codingdave7 个月前
We discussed this ad nauseum at my work a few years back (2019?). We concluded that for the enterprise&#x27;s designs to truly flow directly from Figma, it would need to be able to export a Material-UI theme (or some similar theme file), so the devs never need to do anything other than just import that theme into their projects.<p>But it couldn&#x27;t do that. We talked to folks at Figma who were interested in the concept, but we never pursued it beyond early talks. I haven&#x27;t kept up to see if they have gotten closer to that goal or not in recent years.
评论 #41862479 未加载