-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
99 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
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. | ||
## 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/ | ||
|
||
## GraphQL Code Generator | ||
|
||
Generate React Query hooks from your GraphQL schema | ||
|
||
Link: https://the-guild.dev/graphql/codegen | ||
|
||
## 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 React Query codegen | ||
|
||
Generate TanStack Query hooks based on an OpenAPI specification file. | ||
|
||
Link: https://github.com/7nohe/openapi-react-query-codegen | ||
|
||
## 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 | ||
|
||
## React Query Kit | ||
|
||
🕊️ A toolkit for ReactQuery that makes ReactQuery hooks reusable and typesafe | ||
|
||
Link: https://github.com/liaoliao666/react-query-kit | ||
|
||
## React Query Swagger | ||
|
||
Generate React Query hooks based on Swagger API definitions | ||
|
||
Link: https://github.com/Shaddix/react-query-swagger | ||
|
||
## tRPC | ||
|
||
End-to-end typesafe APIs made easy | ||
|
||
Link: https://trpc.io/ | ||
|
||
## zodios | ||
|
||
End-to-end typesafe REST API toolbox | ||
|
||
Link: https://www.zodios.org/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.