DEV Community

[Comment from a deleted post]
Collapse
 
chiangs profile image
Stephen Chiang • Edited

Yes it does, but focus on flexbox first as it has wider and more predictable cross browser support than grid. Once you're comfortable with flexbox, then move on.

My favorite tools to learn both are scrimba and flexbox zombies, which has a grid version too I think.

I will say that I only use flexbox on production stuff and have rarely if ever found myself wishing I could use grid.