DEV Community

Discussion on: CSS Grid Layout - A "Quick" Overview

Collapse
 
johnboy5358 profile image
John

Thanks for a very informative video.

Can you tell me, now that there is css grid, do you use flexbox at all. Do you ever have a need to use both css grid and flexbox on the same project?

Going forwards, do you think flexbox will become redundant, since css grid seems to master layout?

:-)

Collapse
 
adyngom profile image
Ady Ngom

I actually do use both and I don't that one will replace the other or make the other obsolete. I personally use the grid for the 'boxes' layout but often times use flexbox inside the individual. Subgrids are also great but a bit harder to digest.
In short I think there are more complementary than exclusive. Hope it helps :)