by DantesKite on 6/30/23, 10:45 PM with 1 comments
by SenHeng on 7/1/23, 5:26 AM
Anyway, to get back on topic, the answer is it depends. There is a time for both.
The nice part about designing in Figma is that you can focus on the design instead of all the thousand paper cuts that pop up, like how to structure the DOM, should this be grid or flex or position absolute, how do I generalise this section? How do I fucking center this thing? You may not want to, but you can't help it because you're writing code and the code writing part of the brain wants to think about stuff like that.
The reverse is also true, when designing in Figma, one sometimes forget about how things should be structured. What about hover/focus/active states? What about responsiveness?
Use the best tool for the task.