Skip to Content
DocumentationFetching GuideFetching Guide

Fetching Guide

Welcome to the Fetching Guide. This section covers everything you need to know about fetching data in your React applications, from HTTP clients to state management.


Overview

Modern web applications require efficient and reliable data fetching strategies. This guide will walk you through:

  • Fetching Layers: Understanding the different layers of data fetching
  • HTTP Clients: Using Axios for making API requests
  • State Management: Leveraging TanStack Query (React Query) for server state

What You’ll Learn

  1. Starter: Understanding fetching layers and how they work together
  2. Axios: Building a robust HTTP client wrapper
  3. React Query: Managing server state with caching and synchronization

Getting Started

Start with the Starter Guide to understand the fetching architecture, then dive into specific tools:


GuideDescription
StarterUnderstanding fetching layers
AxiosHTTP client wrapper
React QueryServer state management