React core fundamentals:
- Think about and organize your app into components
- JSX and the render method
- Data flow from parent to children through props
- Event flow from children to parent through functions
- State vs props
- How to manipulate state
- Utilizing React lifecycle methods