React Practice Test
React Hooks Custom Hooks
What naming convention must all custom hooks follow?
Select your answer
A
They must end with 'Hook'
B
They must start with 'use'
C
They must start with 'get'
D
They must be named after the component
Hint