Introduction
Batch update patterns let you change many items at once with one request. This saves time and makes your app faster.
You want to update multiple user profiles in one go.
You need to change the status of many orders at once.
You want to apply the same change to many records quickly.
You want to reduce the number of requests to the server.
You want to keep your app responsive when updating many items.