Components are the core building blocks of a React application. This course will level-up your React skills by providing a better understanding of functional components, state and lifecycle methods, and how to split your UI into reusable and composable components.
What you'll learn
- Data Flow
- Lifting State Up
- useEffect Hook
- React.memo
- useRef Hook
- Validating Props