Articles by Tag #reactquery

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

React Query, Part 1 — The Mental Model (with running JS examples)

Series plan: Fundamentals you'll actually use (this post) Mutations, optimistic UIs & cache...

Learn More 2 0Oct 20

Letting the ducks fly: How we’re switching from Redux to React Query

An incremental journey from Redux modules to intuitive async data management Years ago we adopted...

Learn More 5 0Nov 6

React Query from Beginner to Advanced: A practical guide to mastering CRUD

Optimizing CRUD Mutations for Seamless UI Consistency Main Takeaway Mastering...

Learn More 0 0Nov 27

Redux Toolkit vs React Query: Do You Really Need Both? 🤔

A practical comparison between Redux Toolkit and React Query — understand when to use each, how they differ, and why they complement rather than compete.

Learn More 0 0Nov 12

Mockando Endpoints com MSW em Testes com Jest e React Query

Quando usamos React Query em nossos projetos, temos uma série de funcionalidades poderosas ao nosso...

Learn More 1 0Sep 5

TanStack Query 101 with Next.js

In modern web development, managing server state and data fetching can be a challenge. Enter TanStack...

Learn More 7 2Jan 24

Create an SSR Application with Vite, React, React Query and React Router

Create an SSR Application with Vite, React, React Query and React Router In this tutorial,...

Learn More 4 1Jan 10

Instalación y uso de TanStack Query (antes React Query)

Introducción TanStack Query (anteriormente conocido como React Query) es una biblioteca para...

Learn More 2 0Jan 25

Simplified State Management with useRQState: A Better Alternative to useState

Imagine this: you're building a React app, and suddenly, state management spirals out of control. You...

Learn More 5 4Dec 23 '24

Mastering React Query in 2025: A Deep Dive into Data Fetching for Modern Apps

A comprehensive guide to using React Query for high-performance, scalable, and maintainable data fetching in modern React applications.

Learn More 0 0Aug 12

Mastering React Query: A Practical Guide to Essential Hooks

🇺🇸 Continuing my previous post about React Query, today I bring the two main hooks: useQuery and...

Learn More 0 0Mar 14

Migrating to TanStack Query v5

TanStack Query is a robust library for data fetching and state management. With the release of...

Learn More 0 0Mar 11

Get rid of useEffect for Data: Why React Query is a Game Changer

This document explores the limitations of using useEffect and useState for data fetching in React...

Learn More 0 0Aug 4

Boost your application's performance with React Query!

✨ What if you could eliminate the complexity of asynchronous data management in your React and React...

Learn More 0 1Mar 13

Effortless Firestore Queries in React with React Query

Effortless Firestore Queries in React with React Query If you're working with Firebase...

Learn More 0 0Jul 11

React Query or SWR: Which is best in 2025?

A detailed comparison of React Query and SWR in 2025. Learn which React data-fetching library is best for your project with real-world examples

Learn More 2 1Mar 8

Sharing React Query State Across Astro Islands

Thinking about Astro Islands When working with Astro's island architecture, each React...

Learn More 0 0Mar 1

How to Use React Query for Efficient Data Fetching

Have you ever felt your app was slowing down... and you weren’t sure if it was the backend or your...

Learn More 1 0May 26