Skip to content

Commit 0a0e490

Browse files
authored
docs: community projects (#6221)
1 parent 129f8c9 commit 0a0e490

9 files changed

+99
-408
lines changed

docs/config.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,8 @@
202202
"to": "react/community/tkdodos-blog"
203203
},
204204
{
205-
"label": "Batching Requests",
206-
"to": "react/community/batching-requests-using-bathshit"
207-
},
208-
{
209-
"label": "Query Key Factory",
210-
"to": "react/community/lukemorales-query-key-factory"
211-
},
212-
{
213-
"label": "React Query Kit",
214-
"to": "react/community/liaoliao666-react-query-kit"
215-
},
216-
{
217-
"label": "Angular Query",
218-
"to": "react/community/angular-query"
219-
},
220-
{
221-
"label": "Suspensive React Query",
222-
"to": "react/community/suspensive-react-query"
205+
"label": "Community Projects",
206+
"to": "react/community/community-projects"
223207
}
224208
]
225209
},

docs/react/community/angular-query.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/react/community/batching-requests-using-bathshit.md

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
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/

docs/react/community/liaoliao666-react-query-kit.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)