Live data from Hacker News

Ask HN: CSS Grids Systems vs Flexboxes?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: CSS Grids Systems vs Flexboxes?

#3

If you don't mind sacrificing some compatibility... make the switch. Flexbox can dramatically simplify some layouts... I've seen some designs that were 10 times smaller when done with flexbox.

Not all browsers have good support for flexbox. For example, firefox is very slow with them.