JSX Over The Wire
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
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 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.
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.
A guide to using TypeScript effectively with React Query, covering generics, type inference and common pitfalls for type-safe data fetching.
A developer's guide to designing the API and data structure for a custom React tree table component, inspired by MacOS Finder.
A guide to understanding and using status checks and boolean flags in React Query for effective data fetching state management.
A tutorial on refreshing server-side data in Next.js without a full page reload, focusing on the Pages Router.
A comprehensive guide to React Query, covering practical usage, data transformations, caching, and best practices for managing server state in React applications.