Which is preferable between CSS GRID and CSS FLEX-BOX?

I need your advice to know one to focus on. Thanks

There is no right answer here, you should learn both of them so you understand how they work and then you will be able to make the best decision possible about when to use one over the other.

Focus on the one you are currently learning :slight_smile:

I might suggest starting with flexbox as it can give you some really quick wins with very little effort. Then deep dive some more as needed.

Grid is just as useful, in some cases even more so, but its API is pretty verbose and can be a bit intimidating and confusing for beginners. Iā€™m definitely not suggesting you skip learning Grid, just that starting with flexbox might be the way to go.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.