20171129
previous react class exercise: emoji-dos2
- first name
- last name
- profile image
- get the thing to render on the screen
- figure out the data you need to render it
- set up the state
- Make render use app's state (replacing the hardcoded data from render)
- handle events from interactive elements (
onClick,onChange) - Connect those to methods that update the app's state (
this.setState)