One tutorial says one thing and another says something completely different.
Props
Props are the "arguments" to your components
Event Handlers
onClick
specifies a function that we can call when an element is clickedNested 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