You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more information you fill in, the better the community can help you.
19
19
20
20
- type: input
21
-
id: tanstack-bouncer-version
21
+
id: tanstack-pacer-version
22
22
attributes:
23
-
label: TanStack Bouncer version
23
+
label: TanStack Pacer version
24
24
description: |
25
-
- Please let us know the exact version of the TanStack Bouncer framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
26
-
- The latest "bouncer" version is <img alt="" src="https://badgen.net/npm/v/@tanstack/react-bouncer" />
25
+
- Please let us know the exact version of the TanStack Pacer framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
26
+
- The latest "pacer" version is <img alt="" src="https://badgen.net/npm/v/@tanstack/react-pacer" />
27
27
placeholder: |
28
28
e.g. v8.11.6
29
29
validations:
@@ -57,7 +57,7 @@ body:
57
57
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
58
58
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
59
59
- Please make sure the example is complete and runnable without prior dependencies and free of unnecessary abstractions
60
-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/bouncer/tree/main/examples/
60
+
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/pacer/tree/main/examples/
61
61
- For React Native, you can use: https://snack.expo.dev/
62
62
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
63
63
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ id: contributing
7
7
8
8
## Questions
9
9
10
-
If you have questions about implementation details, help or support, then please use our dedicated community forum at [Github Discussions](https://github.com/tanstack/bouncer/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
10
+
If you have questions about implementation details, help or support, then please use our dedicated community forum at [Github Discussions](https://github.com/tanstack/pacer/discussions)**PLEASE NOTE:** If you choose to instead open an issue for your question, your issue will be immediately closed and redirected to the forum.
11
11
12
12
## Reporting Issues
13
13
14
-
If you have found what you think is a bug, please [file an issue](https://github.com/tanstack/bouncer/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [Github Discussions](https://github.com/tanstack/bouncer/discussions)
14
+
If you have found what you think is a bug, please [file an issue](https://github.com/tanstack/pacer/issues/new). **PLEASE NOTE:** Issues that are identified as implementation questions or non-issues will be immediately closed and redirected to [Github Discussions](https://github.com/tanstack/pacer/discussions)
TanStack Bouncer 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.
53
+
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.
Copy file name to clipboardexpand all lines: docs/overview.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,6 @@ title: Overview
3
3
id: overview
4
4
---
5
5
6
-
TanStack Bouncer 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.
6
+
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.
7
7
8
-
TanStack Bouncer is designed to help you control the rate of function execution and manage timing-based operations efficiently across any framework or application. It can be used as a standalone library or integrated seamlessly with other TanStack products.
8
+
TanStack Pacer is designed to help you control the rate of function execution and manage timing-based operations efficiently across any framework or application. It can be used as a standalone library or integrated seamlessly with other TanStack products.
0 commit comments