47
(Choose 1 answer)
In which one of the following scenarios would the useState hook be useful?
A. You want to customize React components and pass properties from parent to child.
B. You want to handle data that changes over time or comes from user interaction within a component.