# Async Batching Guide

Async batching processes collected items with Promise-returning functions. Choose your framework for batch results, failed items, retries, and cleanup examples.

## Choose your framework

- [Vanilla](../framework/vanilla/guides/async-batching.md)
- [React](../framework/react/guides/async-batching.md)
- [Preact](../framework/preact/guides/async-batching.md)
- [Solid](../framework/solid/guides/async-batching.md)
- [Angular](../framework/angular/guides/async-batching.md)

Not sure which operation fits your use case? Start with [Which Pacer Utility Should I Choose?](./which-pacer-utility-should-i-choose.md).
