Batched / Unbatched React useState updates React only batches synchronous state changes, async changes run one after the other. See my StackOverFlow question CodeSandBox: Batched useState calls (JS) In React v18 the behavior will change.