File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ Generate React Query hooks from your GraphQL schema
43
43
44
44
Link: https://the-guild.dev/graphql/codegen
45
45
46
+ ## Hey API
47
+
48
+ The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.
49
+
50
+ Link: https://heyapi.dev/openapi-ts/plugins/tanstack-query
51
+
46
52
## Http-wizard
47
53
48
54
End-to-end type-safe Fastify API with typeScript magic ✨
@@ -98,6 +104,12 @@ A 2KB min, typesafe fetch wrapper that uses static TypeScript type inference and
98
104
99
105
Link: https://openapi-ts.dev/openapi-react-query/
100
106
107
+ ## oRPC
108
+
109
+ Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards.
110
+
111
+ Link: https://orpc.unnoq.com/docs/integrations/tanstack-query
112
+
101
113
## Orval
102
114
103
115
Generate TypeScript client from OpenAPI specifications
Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ A Chrome browser extension that provides devtools for TanStack Query, allowing y
13
13
14
14
Link: https://chromewebstore.google.com/detail/tanstack-query-devtools/annajfchloimdhceglpgglpeepfghfai
15
15
16
+ ## oRPC
17
+
18
+ Easy to build APIs that are end-to-end type-safe and adhere to OpenAPI standards.
19
+
20
+ Link: https://orpc.unnoq.com/docs/integrations/tanstack-query
21
+
22
+ ## Hey API
23
+
24
+ The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.
25
+
26
+ Link: https://heyapi.dev/openapi-ts/plugins/tanstack-query
27
+
16
28
## Query Key factory
17
29
18
30
A library for creating typesafe standardized query keys, useful for cache management in ` @tanstack/query `
You can’t perform that action at this time.
0 commit comments