Per Harald Borgen
1 min readNov 29, 2017

--

I definitely think they both will co-exist. Flexbox still has it’s use case.

A good rule is to use Grid if you’re creating a two-dimensional layout and Flexbox if it’s one-dimensional. While you can create a one-row Grid layout for one dimension, and thus mimic Flexbox, I’d probably rather use Flexbox for this.

--

--

Per Harald Borgen
Per Harald Borgen

Written by Per Harald Borgen

Co-founder of Scrimba, the next-generation coding school.

No responses yet