Q. Which method in React class components can be used to update the state?
β
Correct Answer: (A)
this.setState()
Explanation: setState() schedules an update to a component's state.