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 custom hook names start with `use`?
A
It's required by the JavaScript language for functions that call hooks
B
It's a convention that lets tooling (ESLint, React DevTools) and other engineers recognize it's subject to the Rules of Hooks
C
It changes how the function is compiled
D
It's only a stylistic preference with no tooling implications
Check Answer