| ▲ | rckt 4 hours ago | ||||||||||||||||||||||
I never found it comfortable to work with grids. The syntax and layout just feel off. Flexbox is a much more flexible and easy thing to work with. | |||||||||||||||||||||||
| ▲ | code_biologist 4 hours ago | parent | next [-] | ||||||||||||||||||||||
There's plenty of overlap, but they solve different problems: flexbox when the content should control element sizing/fit, grid when the container should control element sizing/fit. | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | sings 3 hours ago | parent | prev [-] | ||||||||||||||||||||||
I agree. I occasionally turn to them to see if they work in a new setting, but find they never expose the features of a grid I would find useful. Everything must be manually placed, rather than allowing content to intelligently snap to multiple axes. Possibly I never have grasped some fundamental concept, possibly they are not suited to the sorts of layouts I usually work on. But more and more I feel they are designed to fulfil some purpose orthogonal to what I would need them to do. | |||||||||||||||||||||||