React 17 and prior versions of React use a technique called "Batching" to group multiple state updates into one to prevent the components from re-rendering multiple times on every state change. This is used for optimization purposes and especially fo...
vedanshmehra.hashnode.dev5 min read
No responses yet.