Skip to content

Commit 2906cd3

Browse files
feat: add preact adapter (#112)
* feat: add preact adapter * enable preact pacer devtools * ci: apply automated fixes * changeset * prefreshEnabledFalse for preact-pacer * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent e0ebc05 commit 2906cd3

File tree

446 files changed

+24311
-687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

446 files changed

+24311
-687
lines changed

.changeset/yellow-eggs-smoke.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@tanstack/preact-pacer-devtools': minor
3+
'@tanstack/react-pacer-devtools': minor
4+
'@tanstack/solid-pacer-devtools': minor
5+
'@tanstack/pacer-devtools': minor
6+
'@tanstack/preact-pacer': minor
7+
'@tanstack/react-pacer': minor
8+
'@tanstack/solid-pacer': minor
9+
'@tanstack/pacer-lite': minor
10+
'@tanstack/pacer': minor
11+
---
12+
13+
feat: add preact adapter\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ A lightweight timing and scheduling library for debouncing, throttling, rate lim
8989
> You may know **TanSack Pacer** by our adapter names, too!
9090
>
9191
> - [**React Pacer**](https://tanstack.com/pacer/latest/docs/framework/react/react-pacer)
92+
> - [**Preact Pacer**](https://tanstack.com/pacer/latest/docs/framework/preact/preact-pacer)
9293
> - [**Solid Pacer**](https://tanstack.com/pacer/latest/docs/framework/solid/solid-pacer)
9394
> - Angular Pacer - needs a contributor!
94-
> - Preact Pacer - Coming soon! (After React Pacer is more fleshed out)
9595
> - Svelte Pacer - needs a contributor!
9696
> - Vue Pacer - needs a contributor!
9797

0 commit comments

Comments
 (0)