We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b52c5 commit f11ffd1Copy full SHA for f11ffd1
README.md
@@ -22,7 +22,7 @@ A bare React Native starter for serious apps — no Expo, fast storage, modern s
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
25
-- **🪶 Zustand 5.x** — lightweight global state without Redux overhead
+- **🪶 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
28
- **🔌 Pluggable transport** — adapters for REST, GraphQL, WebSocket, and Firebase, so you can change backend strategy without rewiring the app
0 commit comments