Responsive Design and React Props
Responsive Design
New Learnings from Yesterday:
- Use
viewport
meta
tag to force mobile devices to use your@media
queries - User flexbox properties to have more control on wrapping with
flex-wrap
,flex-basis
, andflex-grow
- Know common breakpoints
React Basics
I completed the first section and got going with section two, which focuses on the problem that props
solve.