1.0.2 • Published 5 months ago
@ibahmani007/stately v1.0.2
Stately
Minimal global state manager for React — with no Provider, full TypeScript support, and zero boilerplate.
🚀 Features
- ✅ Global singleton state (no Provider required)
- ✅ React hook API:
const [state, setState] = useStore() - ✅ TypeScript-safe out of the box
- ✅ DevTools console hook
- ✅
localStoragepersistence - ✅ Optional middlewares (for logging, analytics, etc.)
📦 Installation
npm install react-stately-lite