Q. What is the purpose of `shouldComponentUpdate`?
β
Correct Answer: (A)
To manually control whether the component should re-render
Explanation: `shouldComponentUpdate` is used to improve performance by preventing unnecessary re-renders.