···11+---
22+title: Clients
33+description: Generate query keys and query functions. Use them with our REST clients or bring your own.
44+---
55+66+# REST Clients <span class="soon">Soon</span>
77+88+We all send HTTP requests in a slightly different way. Hey API doesn't force you to use any specific technology. What we do, however, is support your choice with great clients. All seamlessly integrated with our other features.
99+1010+[Next.js](https://nextjs.org/), [Axios](https://axios-http.com/), and [Fetch API](https://developer.mozilla.org/docs/Web/API/Fetch_API) coming soon.
+10
docs/openapi-ts/tanstack-query.md
···11+---
22+title: TanStack Query
33+description: Generate query keys and query functions. Use them with our REST clients or bring your own.
44+---
55+66+# TanStack Query <span class="soon">Soon</span>
77+88+[TanStack Query](https://tanstack.com/query) is one of the most popular state management solutions. Hey API can generate query keys and query functions for you, so you can focus on building your product. Everything is compatible with our REST clients, but you can bring your own too.
99+1010+Stay tuned for more updates.