Skip to content

TanStack/pacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TanStack Pacer Header

TanStack Pacer v1

Utilities for debouncing, throttling, queuing, and more.

#TanStack semantic-release Join the discussion on Github

Enjoy this library?

Try other TanStack libraries:

Visit tanstack.com/table for docs, guides, API and more!

You may know TanSack Pacer by our adapter names, too!

Summary

TanStack Pacer is a framework agnostic utility library that provides powerful debouncing, throttling, and scheduling capabilities, with framework specific adapters for major frameworks like React, Solid, Vue, Angular, and Svelte.

Quick Features

Installation

Install one of the following packages based on your framework of choice:

# Npm
npm install @tanstack/react-pacer
npm install @tanstack/solid-pacer
npm install @tanstack/pacer # no framework, just vanilla js

How to help?