mkabobel / teacozy

0 stars 0 forks source link

Flexbox #4

Closed martoio closed 6 years ago

martoio commented 6 years ago

So, this is supposed to be an exercise on flexbox. You've done a great job at implementing it. One thing I feel I need to share is when to use flexbox and when not to. Not sure if you've touched upon this in your research, so here are some articles that are worth a read:

http://brolik.com/blog/when-to-use-flexbox/ https://jakearchibald.com/2014/dont-use-flexbox-for-page-layout/

mkabobel commented 6 years ago

Yeah, I haven't been sure on when to use and when not to use. Thanks for passing along these articles!