Has Anyone Successfully Used Figma Sites for Building Projects?

0
1
Asked By CreativeSquirrel87 On

I recently tried using Figma Sites to export a basic layout, and while my design looked clean, the code output was a complete mess. Everything was positioned with absolute values, the icons didn't render, and the structure was just a bunch of div blocks piled on top of each other. It lacked responsiveness and any sense of reuse. It honestly took me longer to fix than if I had just built it from scratch! I then tried using Anima for the same design, and got proper layout logic, readable classes, and working assets. I'm curious if anyone here is actually using Figma Sites' output in a production environment. If so, I'd love to hear how you make it work. Otherwise, it seems like it's still not quite up to par.

4 Answers

Answered By TechyTurtle56 On

Nope, not really. I don't see why anyone would use it; grid and flex layouts are so easy to work with these days. The trickier part really is creating custom components.

Answered By OldSchoolCoder99 On

I checked out some of the code that Figma generates, and it reminded me of working with Dreamweaver. It’s just not good.

Answered By RetroCoder22 On

Honestly, it feels like Figma just added this feature to show they're doing something innovative, but it’s more of a gimmick reminiscent of Dreamweaver. It seems really outdated and not practical for most developers.

Answered By ArtfulDev92 On

I just grab colors and font settings from the Figma export, but for everything else, it’s all manual work. Definitely not ready for full production use yet.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.