Question Bank

React Hooks Fundamentals Quiz

Difficulty: Medium

Six drills on the core React hooks: useState, useEffect, useReducer, useCallback, useMemo, and writing custom hooks. Good for tightening mid-level interview answers.

Question Bank
/

React Hooks Fundamentals Quiz

React Hooks Fundamentals Quiz

Six drills on the core React hooks: useState, useEffect, useReducer, useCallback, useMemo, and writing custom hooks. Good for tightening mid-level interview answers.

Question Bank
Medium
JavaScript
6 questions
quiz
react
hooks
interview-prep

355 views

9

What does useEffect(fn, []) do, and how is it different from useEffect(fn) with no dependency array? Answer in 2 to 3 sentences.