Hacker News new | ask | show | jobs
by meerita 1492 days ago
Exactly. But we came from using Flex as the defacto system to do layouts and more, now with CSS-Grid it does make sense to use flex for what it was meant for.
1 comments

I guess it depends on your past experience, but for most of the teams I've been involved in, it was basically a leap from floats to grids for page layout, with flexbox being a small scale option before and after.
Anyone that had to support IE11 probably avoided grid for a long time but could still use flex.
Yes. The more older the project is usually goes with the avoidance of CSS-grid and other features.