Ultra-light, ultra-fast state & async data management library for React Native (store, selectors, computed, async cache, navigation sync).
npm install bedojs-lib---
- ⚡ Global Store — blazing-fast key-based state management
- 🧠 Selectors — subscribe to only the slice you need
- 🔢 Computed Values — memoized derived state
- 🔥 Async Store — React Query–style fetch, cache & stale control
- 🎯 Cache Invalidation — automatic UI sync after mutations
- 🔔 Event Bus — simple pub/sub communication
- 🔄 Navigation Sync — auto-refetch when screen becomes focused
- 🚀 Batch Updates — multiple updates → single render
- 🪶 Lightweight & performant (ideal for React Native)
---
```bash
npm install bedojs-lib