Let me tweet about my experiences with CSS Grid so far. In general, this has been a great addition to CSS. Flexbox brought us new ways to solve layout issues on single axis and Grid extends that to both vertical/horizontal axis. 1/n #CSS #CSSgrid
TBH Grid is more complex or verbose than Flexbox. Makes sense since it covers more. 2/n #CSSgrid
If you know you& #39;ll only manage content in one direction, choose Flexbox over Grid. It will be easier to set up and maintain. #CSSgrid
When you do need to place content in both directions, #CSSgrid is a great option.