Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update library description to include Preact
  • Loading branch information
mrlubos authored Feb 25, 2026
commit 2eb20a0fb417de3591f15fa96ca9d7bc624577fd
2 changes: 1 addition & 1 deletion src/libraries/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down