To me (non-technical), Figma building something to directly convert Figma components into React components or equivalent seems like a no-brainer. What makes it harder than I think it is?
Thread
For me, this is sort of like a PM saying figma should let you convert product requirements into design mockups. Figma mockups are a description of intent, they don’t fully encapsulate what the final product is.
My thing though is that it’s literally a 1:1 representation of the UI most of the time, at least for design systems — and pretty much everything is a known fixed value on both ends. Even autolayout settings directly translate to code, there’s no interpretation needed typically
Product requirements -> Mockups is a *much* harder problem to solve, because there’s so many ways to approach meeting the requirements — going from Figma components to React components is essentially doing duplicate work that I feel could be automated