Index
- 1-React Overview
- 2-Powerful Background and Features of React
- 3-Step 1: Importing React
- 4-Step 2: Creating Virtual DOM
- 5-Step 3: Rendering Virtual DOM
- 6-Exercise: Creating and Rendering Virtual DOM
- 7-Using createElement
- 8-What is JSX?
- 9-First Experience with JSX
- 10-JSX and HTML: Root Tags
- 11-JSX and HTML: Self-Closing Tags
- 12-JSX and HTML: CamelCase Syntax
- 13-JSX and HTML: class vs className
- 14-Interpolation Syntax
- 15-What is a Component?
- 16-Benefits of Using Components for UI
- 17-Creating and Calling Components
- 18-Component Tree Structure
- 19-Reusable Components: Props
- 20-Setting Default Props for Components
- 21-Using Component Children
- 22-Applications of Component Children
- 23-Handling Events
- 24-Conditional Rendering: if Statement
- 25-Conditional Rendering: Ternary Operator
- 26-Conditional Rendering: AND Operator