What are props in React?
objects that store jsx attributes and children
How do you pass props to a component?
it goes next to the react element type
syntax is the same as an html attribute/value pair
if value is not a string it must go in a javascript expression {object.blah}
How do you write JavaScript expressions in JSX?
within curly braces {object.blah}