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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What Reliable Tools Can Convert Figma to React?

9 点作者 artur_makly将近 4 年前

5 条评论

continuational将近 4 年前
It&#x27;s not possible in general. Figma is a drawing tool. Converting it into React is a matter of interpretation.<p>Maybe some day AI can help with this job. Until then, apply sweat of the brow, or use a tool that specifies what happens with varying content and viewport sizes. There might exist a plug-in for Figma that allows specifying this, if you stick to a subset of the functionality.
davidajackson将近 4 年前
I was asking about this a few weeks ago. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27617752" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27617752</a><p>I think you&#x27;re going to have a hard time with finding a good tool. Figma doesn&#x27;t fully describe the styling behavior for websites with variable&#x2F;changing content -- especially where you want to define components in terms of hierarchy. I haven&#x27;t checked out the above link (in the thread response) yet but am planning to soon.
kr8tuing将近 4 年前
@davidajackson There&#x27;s Desech Studio which you can use to import the figma design file and then install the react plugin and integrate with it.<p>Here&#x27;s the github repository for the plugin <a href="https:&#x2F;&#x2F;github.com&#x2F;desech&#x2F;studio-react" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;desech&#x2F;studio-react</a>
artur_makly将近 4 年前
has anyone tried any of these?<p><a href="https:&#x2F;&#x2F;www.figmachine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.figmachine.com&#x2F;</a> <a href="https:&#x2F;&#x2F;figside.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;figside.com&#x2F;</a> <a href="https:&#x2F;&#x2F;www.figmachine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.figmachine.com&#x2F;</a> <a href="https:&#x2F;&#x2F;overlay-tech.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;overlay-tech.com&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;BuilderIO&#x2F;figma-html" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;BuilderIO&#x2F;figma-html</a>
nhayfield将近 4 年前
programmers