# Convex React Query ## Docs - [convexAction()](https://mintlify.wiki/get-convex/convex-react-query/api/convex-action.md): Options factory function for calling a Convex action as a non-reactive TanStack Query. - [convexQuery()](https://mintlify.wiki/get-convex/convex-react-query/api/convex-query.md): Options factory function for subscribing to a reactive Convex query via TanStack Query. - [ConvexQueryClient](https://mintlify.wiki/get-convex/convex-react-query/api/convex-query-client.md): API reference for the ConvexQueryClient class that bridges Convex subscriptions and TanStack Query. - [Re-exported hooks](https://mintlify.wiki/get-convex/convex-react-query/api/hooks.md): Convex hooks re-exported with React Query-friendly names from @convex-dev/react-query. - [Differences from fetch-based queries](https://mintlify.wiki/get-convex/convex-react-query/concepts/differences-from-fetch.md): Key behavioral differences between Convex reactive queries and standard fetch-based TanStack Query usage. - [How it works](https://mintlify.wiki/get-convex/convex-react-query/concepts/how-it-works.md): Understand how ConvexQueryClient bridges Convex WebSocket subscriptions and the TanStack Query cache. - [Authentication](https://mintlify.wiki/get-convex/convex-react-query/guides/authentication.md): Set up authentication in your Convex + TanStack Query app. - [Mutations and actions](https://mintlify.wiki/get-convex/convex-react-query/guides/mutations-and-actions.md): Use Convex mutations and actions with TanStack Query's useMutation hook. - [Reactive queries](https://mintlify.wiki/get-convex/convex-react-query/guides/queries.md): Use convexQuery to subscribe to live-updating Convex query results via TanStack Query. - [Server-side rendering](https://mintlify.wiki/get-convex/convex-react-query/guides/ssr.md): Fetch Convex data on the server and hydrate the TanStack Query cache for SSR frameworks. - [Introduction](https://mintlify.wiki/get-convex/convex-react-query/introduction.md): Learn what @convex-dev/react-query is and how it fits into your stack. - [Quickstart](https://mintlify.wiki/get-convex/convex-react-query/quickstart.md): Install @convex-dev/react-query and make your first reactive query in under 5 minutes. ## OpenAPI Specs - [openapi](https://mintlify.wiki/get-convex/convex-react-query/api-reference/openapi.json)