React setState does not immediately update the state

React hooks are now preferred for state management. Calling setState multiple times in one function can lead to unpredicted behavior read…