Batching is a React feature that aggregates all state updates into a single update, resulting in a single re-render and thereby bettering the app's speed. Batching was only done for event handlers in early versions of React.
React has an interesting feature called batch updating, which mixes state updates. The fundamental notion is that all setState calls made within a React event handler or synchronous lifecycle method will be batched into a single update. There will only be one re-render at the conclusion of the process.
This will cause two or one rerenders depending on whether your code runs as part of an event handler or inside a regular function, and whether React batches the setState calls or not. We only batched updates during React event handlers till React 18.
Learner's Ratings
4.4
Overall Rating
73%
10%
9%
1%
7%
Reviews
M
Mohanlal Khhurana
5
Very helpful course in learning ReactJS
S
Sumit Kumar
5
Fake reviews
M
Mahaveer kumar kirshanani
5
amazing mam , keep going
R
Rakeh
5
nice
A
Anshul Bhai
5
This is very helpful
Y
yash sheliya
5
My explaining in learnvern was good. Thank you for Learn Vern to all teachers
Share a personalized message with your friends.