(Choose 1 answer)
The component's state:
A. Contains data props that were defined by the caller of this component
B. Contains data specific to this component that may change over time
C. Provide a way to access DOM nodes or React elements created in the render method
D. Let you group a list of children without adding extra nodes to the DOM