React-Basics
- Environment Setup
- JSX
- Using JSX
- Nested Elements
- Javascript Expression
- Ternary Expression
- Components
- Stateless (Functional Component)
- Statefull (Class Component)
- Calling a Component
- State
- Props
- Using Props
- Default Props
- State and Props
- Props Validation
- Validating Props
- Component APIs and Life Cycle
- setState
- Component Life Cycle
- Forms
- Using Form
- Complex Form
- Events
- Using Events
- Child Events
- Keys
- React Router
- Higher Order Components