Why don’t React state updates reflect immediately?
When working with React a lot of people expect state changes to reflect immediately both in a class and functional component with React hooks.
This, however, is not the case.
State updates using this.setState or useState do not immediately mutate the...
shubh.hashnode.dev7 min read