Search posts, tags, users, and pages
Vedansh Mehra
i build products, solve engineering problems, and document the process.
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...
No responses yet.