What is the purpose of state in React?
a data model of values that change over time, this allows us to make changes to the dom
How to you pass an event handler to a React element?
define it as a prototype method in a class, bind it, then (next to the react element type) specify the event type as a prop, followed by an equals sign, followed by the handler name (of the this object) in a javscript expression