What are controlled components?
Form data that is controlled by the components state.
What two props must you pass to an input for it to be “controlled”?
onChange and value
What does setState do?
What happens to the DOM in React and the browser on every render() call?