TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby izakfr7 months ago
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 comments

jason_plasmic7 months ago
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 months ago
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 未加载