Q. Which React feature helps avoid prop drilling?
β
Correct Answer: (A)
Context API
Explanation: Context API provides a way to share data globally without prop drilling.