From 63a6ebac49b625461b83559fc3b848d21f5c084a Mon Sep 17 00:00:00 2001 From: benjamineckstein <13351939+benjamineckstein@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:33:45 +0200 Subject: [PATCH] docs: add @codewithagents/openapi-react-query to community resources --- docs/community-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/community-resources.md b/docs/community-resources.md index 3ce503b41a5..50753a36ad6 100644 --- a/docs/community-resources.md +++ b/docs/community-resources.md @@ -140,6 +140,11 @@ others: url: 'https://www.kubb.dev/', description: 'Generate SDKs for all your APIs', }, + { + title: '@codewithagents/openapi-react-query', + url: 'https://github.com/codewithagents/openapi-zod-ts', + description: 'Generate fully typed TanStack/React Query v5 hooks from an OpenAPI 3.1 spec, with Zod v4 runtime validation and an end-to-end pipeline (client, mocks, server).', + }, { title: 'OpenAPI codegen', url: 'https://github.com/fabien0102/openapi-codegen',