From 4d0a09d26012a5681cc8b08b646719c341837177 Mon Sep 17 00:00:00 2001 From: Lubos Date: Wed, 25 Feb 2026 18:58:32 +0200 Subject: [PATCH] Update description to include Preact support --- src/libraries/query.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/query.tsx b/src/libraries/query.tsx index e00926e5..638bd819 100644 --- a/src/libraries/query.tsx +++ b/src/libraries/query.tsx @@ -8,7 +8,7 @@ const textStyles = 'text-red-500 dark:text-red-400' export const queryProject = { ...query, description: - 'Powerful asynchronous state management, server-state utilities and data fetching. Fetch, cache, update, and wrangle all forms of async data in your TS/JS, React, Vue, Solid, Svelte & Angular applications all without touching any "global state"', + 'Powerful asynchronous state management, server-state utilities and data fetching. Fetch, cache, update, and wrangle all forms of async data in your TS/JS, React, Vue, Solid, Svelte, Angular & Preact applications all without touching any "global state"', ogImage: 'https://github.com/tanstack/query/raw/main/media/repo-header.png', latestBranch: 'main', bgRadial: 'from-red-500 via-red-500/60 to-transparent',