Hacker News new | ask | show | jobs
Ask HN: Why is design-to-code not working?
2 points by seestraw 1260 days ago
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.

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?

Example: Anima.app

1 comments

In my experience, it's the logic & data flow that is not handled, and the more complicated part of frontend development. Layout & 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