DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
React Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
React
Why must a custom hook's name start with `use`?
A
It's enforced by the JavaScript runtime
B
It's a convention so ESLint's react-hooks plugin (and human readers) know to apply the Rules of Hooks to it
C
It changes how React schedules the hook's execution
D
It's required for the hook to have access to component state
Check Answer