Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Dec 29, 2024
1 parent 72c1a36 commit 2226d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/content/content/docs/client/vanilla.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ const client = createORPCClient<typeof router, ClientContext>(orpcLink)
client.getting({ name: 'unnoq' }, { context: { cache: 'force-cache' } })
```

> Note: this work-out of the box with [Vue Query](/docs/client/vue-query) and [React Query](/docs/client/react-query).
## Dynamic Link

```ts twoslash
Expand Down

0 comments on commit 2226d6e

Please sign in to comment.