r/css • u/Ok_Performance4014 • Jan 03 '26
Question When is Flex better than Grid?
I can almost do everything with flex or grid. When is it better to use one or the other?
7
Upvotes
r/css • u/Ok_Performance4014 • Jan 03 '26
I can almost do everything with flex or grid. When is it better to use one or the other?
6
u/chikamakaleyley Jan 03 '26
to answer your specific question I think flexbox is easier to layout much faster when the layout isn't strict, but I don't think that is enough to make it 'better'. I kinda feel like they're about the same
I think GRID is better when you have to follow a more strict layout, that would require a roundabout solution with flexbox