bedojs-lib
v1.0.3
Published
Ultra-light, ultra-fast state & async data management library for React Native (store, selectors, computed, async cache, navigation sync).
Maintainers
Readme
🔮 BedoJS-Lib
Ultra-light, ultra-fast state & async data management library for React Native.
Global Store • Selectors • Computed Values • Async Cache • Navigation Sync • Event Bus • Batch Updates
🌟 Features
- ⚡ 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)
📦 Installation
npm install bedojs-lib
# or
yarn add bedojs-lib