Standardizes API requests and data management for Expo and React Native applications using native fetch and React Query.
This skill provides comprehensive guidance for implementing network requests, API integrations, and data fetching strategies within Expo and React Native environments. It prioritizes the native fetch API over third-party libraries like Axios and offers robust patterns for state management with TanStack Query (React Query), secure authentication token handling via Expo SecureStore, and offline-first capabilities. Whether debugging network failures or setting up environment-specific API configurations, this skill ensures consistent, performant, and secure data handling across mobile and web platforms.
主な機能
01React Query (TanStack) integration for state management
02Environment variable configuration using EXPO_PUBLIC_ prefixes
03Secure authentication and token management with SecureStore
042 GitHub stars
05Native Fetch API implementation with error handling
06Offline support and network status monitoring via NetInfo
ユースケース
01Implementing offline-first data synchronization and caching
02Building robust API clients for React Native mobile applications
03Securing sensitive authentication tokens and implementing refresh flows