FlashcardIntermediate
Batching of State Updates
React groups multiple state updates into a single re-render for efficiency.
Question
What is batching of state updates?
Click to reveal answer
React groups multiple state updates into a single re-render for efficiency.
What is batching of state updates?