# Async Retrying Guide

Async retrying repeats transiently failing operations with configurable backoff, jitter, timeouts, and cancellation. Choose your environment for safe lifecycle integration.

## Choose your framework

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

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