Is Learning CSS Grid A WASTE of Time? (Perhaps Not!)

Let's explore the differences between CSS flexbox and CSS grid. This tutorial explains CSS grid's most important features, comparing it to flexbox where applicable.

CSS grid items can be made to stretch and wrap so that they appear onscreen exactly the same as flexbox, and so are they really that different to each other? Is it worth you learning CSS grid if you're already comfortable with flexbox?

One grid feature that's not often mentioned is "Grid Template Areas", which we experiment with in considerable detail towards the end of the tutorial.