Skip to content

Commit

Permalink
packages: Add missing TanStack adapters (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 14, 2024
1 parent fb872f4 commit 2dcb38d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2016,6 +2016,20 @@
"npm": "@tanstack/svelte-query",
"categories": ["data-fetching", "stores-and-state"]
},
{
"title": "@tanstack/svelte-virtual",
"repository": "https://github.com/tanstack/virtual",
"description": "Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte",
"npm": "@tanstack/svelte-virtual",
"categories": ["data-visualisation", "styling-and-layout"]
},
{
"title": "@tanstack/svelte-store",
"repository": "https://github.com/tanstack/store",
"description": "Framework agnostic, type-safe store w/ reactive framework adapters",
"npm": "@tanstack/svelte-store",
"categories": ["stores-and-state"]
},
{
"title": "svelte-form-builder",
"repository": "https://github.com/pragmatic-engineering/svelte-form-builder-community",
Expand Down

0 comments on commit 2dcb38d

Please sign in to comment.