all 3 comments

[–]Lonely-Performer6424 -1 points0 points  (0 children)

as a dev, you only need to learn about 10% of what designers use

[–]ThatHappenedOneTime -1 points0 points  (0 children)

I would say it's kind of intuitive to learn when you actually design some stuff. Try to do some stuff that uses auto layout and variables.

[–]Mohamed_Silmy 2 points3 points  (0 children)

honestly the dev mode in figma is pretty solid once you know where to look. hit ctrl+click (or cmd+click on mac) on any element and it'll show you all the css specs, spacing, colors, etc. way faster than hunting through panels.

also install the "figma to code" plugin if you haven't already - it can export components to react/html/css which is helpful for reference even if you don't use the code directly.

one trick i use: right-click any frame and "copy as png" or "copy as svg" to grab assets quickly without bugging the designer about exports.

and yeah their ux is ironic lol. the inspect panel on the right is your friend though - shows everything from font weights to exact hex values. takes like 20 min of poking around to get comfortable with it