We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980800d commit 05613ebCopy full SHA for 05613eb
README.md
@@ -27,7 +27,7 @@ Hello, World!%
27
// axios client
28
const msg = await client.helloWorld();
29
30
-// @tanstack/react-query client
+// react-query client
31
const { data: msg, error, status } = useHelloWorld();
32
```
33
@@ -224,7 +224,7 @@ const { id } = await client.userCreate({
224
});
225
226
227
-### @tanstack/react-query
+### react-query
228
229
```typescript
230
import {
@@ -264,6 +264,8 @@ export function UserPage() {
264
// You can also use the api client, directly
265
const client = useApiClient();
266
const handler = () => client.userCreate({ ... });
267
+
268
+ ...
269
}
270
271
0 commit comments