# Expo Data Fetching

> Fetch, React Query, SWR, and Expo Router loaders

**Subcategory:** Expo  
**License:** MIT  
**Source:** https://github.com/expo/skills/blob/main/plugins/expo/skills/expo-data-fetching/SKILL.md

---

## When it is useful

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).

## The Catch

“ANY network request” steals generic fetch/SWR outside Expo.
