From 2eb20a0fb417de3591f15fa96ca9d7bc624577fd Mon Sep 17 00:00:00 2001 From: Lubos Date: Wed, 25 Feb 2026 19:03:02 +0200 Subject: [PATCH] Update library description to include Preact --- src/libraries/libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/libraries.ts b/src/libraries/libraries.ts index 53732d4d..e5239f2c 100644 --- a/src/libraries/libraries.ts +++ b/src/libraries/libraries.ts @@ -13,7 +13,7 @@ export const query: LibrarySlim = { tagline: 'Powerful asynchronous state management, server-state utilities and data fetching', 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"', bgStyle: 'bg-red-500', borderStyle: 'border-red-500/50', textStyle: 'text-red-500',