|
| 1 | +--- |
| 2 | +id: community-projects |
| 3 | +title: Community Projects |
| 4 | +--- |
| 5 | + |
| 6 | +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! |
| 7 | + |
| 8 | +> Please note that these projects are entirely community maintained. If you have questions about these projects, please reach out to the project maintainers. |
| 9 | +
|
| 10 | +## batshit |
| 11 | + |
| 12 | +A batch manager that will deduplicate and batch requests for a certain data type made within a window |
| 13 | + |
| 14 | +Link: https://github.com/yornaath/batshit |
| 15 | + |
| 16 | +## Blitz |
| 17 | + |
| 18 | +The Missing Fullstack Toolkit for Next.js |
| 19 | + |
| 20 | +Link: https://blitzjs.com/ |
| 21 | + |
| 22 | +## GraphQL Code Generator |
| 23 | + |
| 24 | +Generate React Query hooks from your GraphQL schema |
| 25 | + |
| 26 | +Link: https://the-guild.dev/graphql/codegen |
| 27 | + |
| 28 | +## Kubb |
| 29 | + |
| 30 | +Generate SDKs for all your APIs |
| 31 | + |
| 32 | +Link: https://www.kubb.dev/ |
| 33 | + |
| 34 | +## NgQuery |
| 35 | + |
| 36 | +Query adapter for Angular |
| 37 | + |
| 38 | +Link: https://ngneat.github.io/query/ |
| 39 | + |
| 40 | +## Normy |
| 41 | + |
| 42 | +Automatic normalization and data updates for data fetching libraries |
| 43 | + |
| 44 | +Link: https://github.com/klis87/normy |
| 45 | + |
| 46 | +## OpenAPI codegen |
| 47 | + |
| 48 | +A tool for generating code based on an OpenAPI schema. |
| 49 | + |
| 50 | +Link: https://github.com/fabien0102/openapi-codegen |
| 51 | + |
| 52 | +## OpenAPI React Query codegen |
| 53 | + |
| 54 | +Generate TanStack Query hooks based on an OpenAPI specification file. |
| 55 | + |
| 56 | +Link: https://github.com/7nohe/openapi-react-query-codegen |
| 57 | + |
| 58 | +## Orval |
| 59 | + |
| 60 | +Generate TypeScript client from OpenAPI specifications |
| 61 | + |
| 62 | +Link: https://orval.dev/ |
| 63 | + |
| 64 | +## Query Key factory |
| 65 | + |
| 66 | +A library for creating typesafe standardized query keys, useful for cache management in `@tanstack/query` |
| 67 | + |
| 68 | +Link: https://github.com/lukemorales/query-key-factory |
| 69 | + |
| 70 | +## React Query Kit |
| 71 | + |
| 72 | +🕊️ A toolkit for ReactQuery that makes ReactQuery hooks reusable and typesafe |
| 73 | + |
| 74 | +Link: https://github.com/liaoliao666/react-query-kit |
| 75 | + |
| 76 | +## React Query Swagger |
| 77 | + |
| 78 | +Generate React Query hooks based on Swagger API definitions |
| 79 | + |
| 80 | +Link: https://github.com/Shaddix/react-query-swagger |
| 81 | + |
| 82 | +## tRPC |
| 83 | + |
| 84 | +End-to-end typesafe APIs made easy |
| 85 | + |
| 86 | +Link: https://trpc.io/ |
| 87 | + |
| 88 | +## zodios |
| 89 | + |
| 90 | +End-to-end typesafe REST API toolbox |
| 91 | + |
| 92 | +Link: https://www.zodios.org/ |
0 commit comments