setstateReactSetstateEasyWhat happens immediately when a useState setter is called?1It schedules a state update and queues a re-render2It synchronously mutates the current variable3It reloads the page4It clears all other stateBack to list