One tutorial says one thing and another says something completely different.
- Props- Props are the "arguments" to your components 
- Event Handlers- onClickspecifies a function that we can call when an element is clicked
- Nested Components- Components can be used by other components. A React app is atree of nested components 
- Dynamic Attributes- By mixing code and markup, we're able to easily change the view based on state 


















