forwardRef()
Term side of the Card
Topic: APIs
Unit title: forwardRef()
Categories: API
Explanation side of the Card
Explanation: The function that passes a reference (ref) from a parent component to a child component. It's helpful when the parent needs to directly interact with a specific element inside the child, like focusing an input box.