# Debouncing Guide

Debouncing waits until calls stop for a configured duration, then runs the latest call. Choose your framework to see lifecycle-aware examples and the most useful API for search, validation, autosave, and similar operations.

## Choose your framework

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

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