Responsive Design and React Props

Responsive Design

New Learnings from Yesterday:

  1. Use viewport meta tag to force mobile devices to use your @media queries
  2. User flexbox properties to have more control on wrapping with flex-wrap, flex-basis, and flex-grow
  3. Know common breakpoints

React Basics

I completed the first section and got going with section two, which focuses on the problem that props solve.