Skip to content

Commit 606bde6

Browse files
authored
feat: pacer to beta (#537)
* feat: pacer to beta * format
1 parent 2d67dc9 commit 606bde6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/libraries/pacer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const pacerProject = {
1818
tagline: `Framework agnostic debouncing, throttling, rate limiting, queuing, and batching utilities`,
1919
description: `Optimize your application's performance with TanStack Pacer's core primitives: Debouncing, Throttling, Rate Limiting, Queuing, and Batching.`,
2020
ogImage: 'https://github.com/tanstack/pacer/raw/main/media/repo-header.png',
21-
badge: 'alpha',
21+
badge: 'beta',
2222
bgStyle: `bg-lime-700`,
2323
textStyle: `text-lime-500`,
2424
repo,
@@ -91,8 +91,8 @@ export const pacerProject = {
9191
Choose between async or sync execution for each utility based on your
9292
needs.{' '}
9393
<span className={twMerge('font-semibold', textStyles)}>
94-
Track success and error states with comprehensive event handling and
95-
status reporting
94+
Take advantage of optional built-in error handling, retries, abort
95+
controllers, and status reporting
9696
</span>
9797
. Perfect for handling both simple synchronous operations and complex
9898
task pooling workflows with or without concurrency control.

0 commit comments

Comments
 (0)