Exploring React Native: Fetching Data with Tanstack Query
A tutorial on using Tanstack Query (React Query) to fetch and manage data from the AniList API in a React Native manga tracker app.
A tutorial on using Tanstack Query (React Query) to fetch and manage data from the AniList API in a React Native manga tracker app.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
A tutorial on fetching data in React using only built-in Hooks like useState and useEffect, without third-party libraries.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
A guide to refactoring Vue.js 3 applications by replacing manual fetch logic with TanStack Query for efficient data fetching, caching, and state management.
A guide exploring data fetching in Next.js using Server Actions and comparing it to Server Components and Route Handlers for client-side scenarios.
Explores automatic query invalidation after mutations in React Query, covering implementation strategies and global cache callbacks.
A guide to using React 18's useOptimistic hook for instant UI updates in Next.js applications, improving perceived performance.
Why You Want Need React Query07.11.2023 — ReactJs, React Query, JavaScript, useEffect — 5 min read Photo by Christian Lue#1: Practical React Query#2:
Explores using React Query for data fetching in components and compares it with React Context for state management, discussing trade-offs.
A developer shares a solution for a Next.js 13 App Router issue where client components with 'use client' hang when using async/await with fetch in useEffect.
Exploring if React Query is still necessary with the rise of React Server Components and discussing its role in modern data fetching.
A summary of a live stream Q&A with Dan Abramov and Joe Savona discussing React Server Components, their benefits, and trade-offs.
Explains how to seed the React Query cache to optimize data fetching and avoid fetch waterfalls in React applications.
Explores how React Query and React Router 6.4's data fetching features (loaders/actions) complement each other for effective data management.
Explores various data fetching methods in jOOQ, including iterable, single-record, and resourceful fetching techniques.
A guide to using TypeScript effectively with React Query, covering generics, type inference and common pitfalls for type-safe data fetching.