Q. What is the role of the Context API in React?
β
Correct Answer: (A)
To provide a way to pass data through the component tree without props
Explanation: Context API helps avoid prop drilling.