# Throttling Guide

Throttling limits how often work runs while calls continue. Choose your framework to see examples for continuous events, rate-controlled values, and lifecycle cleanup.

## Choose your framework

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

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