Offline Sync
Overview
Offline-first patterns for React Native using MMKV for fast local storage and React Query for cache persistence and mutation queuing.
When to Use
- Storing data locally for offline access
- Queuing mutations when network unavailable
- Syncing queued mutations on reconnect
- Handling conflict resolution
Topics
| Topic | Reference | Examples |
|---|---|---|
| storage | reference.md#storage | examples.md#storage |
| queuing | reference.md#queuing | examples.md#queuing |
| sync | reference.md#sync | examples.md#sync |