What happens when you call this.setState() in React?
The component is immediately re-rendered
React schedules an update to the component’s state
It only updates the virtual DOM
It reloads the whole application
This question is part of this quiz :
Working of React