Learning Platform
Select language
Toggle theme
Back to Course
Hooks Basics
1. What is a React Hook?
A way to connect React to external APIs
A special function that lets you "hook into" React features
A design pattern for organizing large React applications
A method to optimize React performance
2. Which hook would you use to perform side effects in a function component?
useState
useReducer
useEffect
useContext
Submit Answers