A. To create higher-order components (HOCs) that forward props to child components
B. To create reusable custom hooks
C. To forward the ref from a parent component to a child component
D. None of the above
Correct Answer is :
C. To forward the ref from a parent component to a child component