DEV Community

Discussion on: Useful Tools for Web Devs

Collapse
 
mnkhod profile image
Munkh-Od

hi , what would ur advice be for people who are just starting out in web development #JuniorDev , should they learn css frameworks first? or focus on flex box and css grid of css3 native features :?

Collapse
 
leirasanchez profile image
Leira Sánchez

I would definitely get comfortable with CSS before starting a framework. You don't want to become dependent on a framework and unable to do CSS without it.

Collapse
 
nathanminchow profile image
Nathan Minchow

I agree with the other comments to avoid frameworks and get a good understanding of base CSS first.

MDN has a great learning CSS guide in their Learning Web Development series that does a good job of breaking everything down.