File size: 3,981 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
---
id: community-projects
title: Community Projects
---
There are lots of community projects that build on top of React Query and use it to provide additional functionality or enhanced developer experience. Projects are listed in alphabetical order. If you have a project that you would like to add to this list, please open a PR!
> Please note that these projects are entirely community maintained. If you have questions about these projects, please reach out to the project maintainers.
## Atomic CRM
A full-featured CRM built with React, react-admin, and Supabase.
Link: https://marmelab.com/atomic-crm/
## batshit
A batch manager that will deduplicate and batch requests for a certain data type made within a window
Link: https://github.com/yornaath/batshit
## Blitz
The Missing Fullstack Toolkit for Next.js
Link: https://blitzjs.com/
## Connect
A family of libraries for building building browser and gRPC-compatible HTTP APIs.
Link: https://connectrpc.com/docs
## DevTools Chrome Extension
A Chrome browser extension that provides devtools for TanStack Query, allowing you to inspect and debug queries, mutations, and cache state directly in Chrome DevTools.
Link: https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai
## GraphQL Code Generator
Generate React Query hooks from your GraphQL schema
Link: https://the-guild.dev/graphql/codegen
## Http-wizard
End-to-end type-safe Fastify API with typeScript magic ✨
Link: https://http-wizard.com
## Kubb
Generate SDKs for all your APIs
Link: https://www.kubb.dev/
## NgQuery
Query adapter for Angular
Link: https://ngneat.github.io/query/
## Normy
Automatic normalization and data updates for data fetching libraries
Link: https://github.com/klis87/normy
## OpenAPI codegen
A tool for generating code based on an OpenAPI schema.
Link: https://github.com/fabien0102/openapi-codegen
## OpenAPI Qraft React
Generate type-safe API clients and Hooks for TanStack Query directly from OpenAPI Documents.
Zero-runtime overhead, Proxy-based design, seamless SSR support, and full TanStack Query functionality.
Link: https://github.com/OpenAPI-Qraft/openapi-qraft
## OpenAPI React Query codegen
Generate TanStack Query hooks based on an OpenAPI specification file.
Link: https://github.com/7nohe/openapi-react-query-codegen
### OpenAPI zod client
Generate a zodios client from an OpenAPI specification
Link: https://github.com/astahmer/openapi-zod-client
## openapi-fetch
A 2KB min, typesafe fetch wrapper that uses static TypeScript type inference and no runtime checks.
Link: https://openapi-ts.dev/openapi-react-query/
## Orval
Generate TypeScript client from OpenAPI specifications
Link: https://orval.dev/
## Query Key factory
A library for creating typesafe standardized query keys, useful for cache management in `@tanstack/query`
Link: https://github.com/lukemorales/query-key-factory
## Rapini
🥬 OpenAPI to React Query (or SWR) & Axios
Link: https://github.com/rametta/rapini
## React Query Kit
🕊️ A toolkit for ReactQuery that makes ReactQuery hooks reusable and typesafe
Link: https://github.com/liaoliao666/react-query-kit
## React Query Rewind
Time travel and visualize state during development
Link: https://reactqueryrewind.com/
## React Query Swagger
Generate React Query hooks based on Swagger API definitions
Link: https://github.com/Shaddix/react-query-swagger
## Suspensive React Query
Enhances React Query with Suspense support, allowing for simpler and more declarative data fetching
Link: https://suspensive.org/docs/react-query/motivation
## tRPC
End-to-end typesafe APIs made easy
Link: https://trpc.io/
## ts-rest
Incrementally adoptable type-safety for your new and existing APIs
Link: https://ts-rest.com/
## wagmi
React Hooks for Ethereum based on `@tanstack/react-query`
Link: https://wagmi.sh/
## zodios
End-to-end typesafe REST API toolbox
Link: https://www.zodios.org/
|