From 3e1d74cf03894a78303ab47b9b3673032cfe6296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:17:23 +0100 Subject: [PATCH] chore: sync content to repo (#9565) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- .../content/tanstack-query@5EPmbiNdP_vhIXclv_GjV.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/data/roadmaps/react/content/tanstack-query@5EPmbiNdP_vhIXclv_GjV.md diff --git a/src/data/roadmaps/react/content/tanstack-query@5EPmbiNdP_vhIXclv_GjV.md b/src/data/roadmaps/react/content/tanstack-query@5EPmbiNdP_vhIXclv_GjV.md new file mode 100644 index 000000000..1b4ba7654 --- /dev/null +++ b/src/data/roadmaps/react/content/tanstack-query@5EPmbiNdP_vhIXclv_GjV.md @@ -0,0 +1,11 @@ +# TanStack Query + +TanStack Query, previously known as React Query, is a powerful library for fetching, caching, synchronizing, and updating server state in your React applications. It simplifies the process of handling asynchronous data, reducing boilerplate code and improving the user experience by providing features like automatic retries, background updates, and optimistic updates. It essentially helps you manage data fetching and caching in a declarative and efficient way. + +Visit the following resources to learn more: + +- [@official@TanStack Query](https://tanstack.com/query/latest) +- [@opensource@TanStack Query](https://github.com/TanStack/query) +- [@article@TanStack for Beginners: A Complete Guide & Tutorial](https://codeparrot.ai/blogs/tanstack-for-beginners-a-complete-guide-tutorial) +- [@video@TanStack Query - How to become a React Query God](https://www.youtube.com/watch?v=mPaCnwpFvZY) +- [@feed@Explore top posts about React](https://app.daily.dev/tags/react?ref=roadmapsh) \ No newline at end of file