Pre-Requisites
- HTML
- CSS
- JavaScript (including ES6+)
Introduction to React
- Understanding React and JSX
- Components, Props, and State
- Event Handling in React
React Components
- Functional Components vs Class Components
- Lifecycle Methods
- Conditional Rendering
React Hooks
- Introduction to Hooks
- useState
- useEffect
- useContext
- useReducer
- useRef
- Custom Hooks