React Practice Test
React Hooks
What is useState in React?
Select your answer
A
A CSS property
B
A hook that adds state to functional components, returning the current value and a function to update it
C
A routing function
D
A testing utility
Hint