SaaSHub helps you find the best software and product alternatives Learn more →
TanStack Query Alternatives
Similar projects and alternatives to TanStack Query
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
Recoil
Discontinued Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
-
react-table
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TanStack Query discussion
TanStack Query reviews and mentions
-
How To Fetch The Data From API In React JS
React Query Documentation
-
😎 Top React Native ESSENTIALS Tech Stack for 2025 🫵⛳️
TanstackQuery
- 10 Must-Try React Libraries for 2025 🚀
-
Weekly JavaScript Roundup: Friday Links 15, January 17, 2025
React Query 5.63 introduces the ability for useQuery and useQueries to unsubscribe from the query cache. This feature is especially useful for scenarios like unsubscribing from hidden React Native stack screens, including their ongoing queries. It provides a more flexible and granular alternative to react-freeze.
-
React v19 has been released
Great to see this--there are some nice features that encourage using standard web technologies like forms, and some solid quality of life improvements.
However, I'm disappointed (but not surprised, this was listed as out of scope for 19) that triggering Suspense is still basically "use a framework that supports it." I have not been able to find any documentation or blog posts about the mechanism. I've tried to figure out how it works by looking at TanStack Query, but I've had limited success so far. I've found they're copying React's twist on Promises [1], but I haven't gotten this to work yet.
I know the general idea is you throw Promises, but Suspense explicitly forbids using promises created during rendering. This means you can't just interrupt the component's initial render to load some data, and then restart it when its data is available. This means the component needs to deal with null data somehow, instead of, e.g., being able to call a custom `useSomeData` hook and rely on it to first suspend and then return the loaded data. Not having to deal directly with loading states in individual components could simplify things quite a bit.
Has anyone explored this side of Suspense?
[1]: https://github.com/TanStack/query/blob/main/packages/query-c...
-
React query, hook personalizado.
Repositorio oficial: TanStack Query (React Query) GitHub
- Fundamentals of React Native App Development: Dependencies, Performance, Native Modules, and Publishing Guide
-
In-Depth Comparison: How to Choose the Most Suitable Enhanced Request Library
@tanstack/react-query
-
What the heck are reverse mapped types?
A common convention I've seen is using T at the start of a type parameter, [1] for example. TKey, TData, TError, TSuccessCallback, etc. I always liked T at the end, but I've not seen that as often.
[1] https://github.com/TanStack/query/blob/59a6d3df3035d6effeaed...
-
Rendering Prisma Queries With React Table: The Low-Code Way
Tables are most commonly used to render database query results — in modern times, the output of an ORM. In this post, I'll introduce a way of connecting Prisma - the most popular TypeScript ORM, to React Table, with the help of React Query and ZenStack. You'll be amazed by how little code you need to write to render a full-fledged table UI.
-
A note from our sponsor - SaaSHub
www.saashub.com | 25 Mar 2025
Stats
TanStack/query is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of TanStack Query is TypeScript.