1. How to write your first React component (Your first component)

2. When and how to create multi-component files (Importing and exporting components)

3. How to add markup to JavaScript with JSX (Writing markup with JSX)

4. How to use curly braces with JSX to access JavaScript functionality from your components (JavaScript in JSX with curly braces)

5. How to configure components with props (Passing props to a component)

6. How to conditionally render components (Conditional rendering)

7. How to render multiple components at a time (Rendering lists)