Description
In this course, you will :
- Explore the React Hooks API introduced in React 16.8
- Master the useState, useEffect, and useContext hooks that ship with the library
- Declare your own custom hooks to extract business logic from components
Syllabus :
- The useState Hook
- The useEffect Hook
- The useContext Hook
- Custom Hooks