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.