We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c95ab commit faeb797Copy full SHA for faeb797
README.md
@@ -21,7 +21,7 @@ A bare React Native starter for serious apps — no Expo, fast storage, modern s
21
22
- **🧱 Bare React Native 0.82.1** — full native control, no Expo lock-in
23
- **🧭 React Navigation 7.x** — stacks, tabs, and modals already wired
24
-- **📦 TanStack Query 5.x** — server-state, caching, retries, invalidation, and persistence
+- **📦 TanStack Query 5.x** — server data fetching, caching,update, retries, invalidation, and persistence.
25
- **🪶 Zustand 5.x** — A small 1KB size, fast state management hook-based API. Eliminating boilerplates and prop drilling.
26
- **⚡ MMKV Storage 4.3** — `react-native-mmkv` via Nitro Modules, commonly described as up to **30× faster than AsyncStorage**
27
- **📡 Offline-ready** — query persistence, queue/replay, cache restore, and transport-level offline mode for a solid experience on flaky networks
0 commit comments