Q. Which of the following is true about React Context API?
β
Correct Answer: (A)
It provides a way to pass data through the component tree without passing props manually at every level
Explanation: Context API allows for global state management without prop drilling.