From 8794f059a0b071b6b59694cc38620bd53ca22ce7 Mon Sep 17 00:00:00 2001 From: Oleksandr Zhuravlov Date: Fri, 3 Jul 2026 16:30:37 +0300 Subject: [PATCH] docs: add @stitchapi/solid to Data resources --- src/pages/Resources/Utilities.data.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/pages/Resources/Utilities.data.ts b/src/pages/Resources/Utilities.data.ts index af100b9b..6c29a493 100644 --- a/src/pages/Resources/Utilities.data.ts +++ b/src/pages/Resources/Utilities.data.ts @@ -2762,6 +2762,29 @@ const utilities: Array = [ keywords: ['orval', 'data', 'query', 'action', 'start', 'rest', 'codegen'], published_at: 1769436408000, }, + { + title: '@stitchapi/solid', + link: 'https://github.com/rejifald/StitchAPI/tree/main/packages/solid', + author: 'Oleksandr Zhuravlov', + author_url: 'https://github.com/rejifald', + description: + 'Typed, validated, streaming-first API bindings for Solid — createStitch/createStitchStream primitives that reconcile a Solid store and re-render as response deltas arrive, plus an optional TanStack-shaped queryOptions helper.', + type: PackageType.Package, + categories: [ResourceCategory.Data], + official: false, + keywords: [ + 'data', + 'query', + 'fetch', + 'streaming', + 'typed', + 'validated', + 'rest', + 'http', + 'store', + ], + published_at: 1783036800000, + }, ]; export default utilities;