@ovelwe/z-state
v1.1.3
Published
z-state - legacy state-manager for React 16-19
Maintainers
Readme
@ovelwe/z-state
An easy and intuitive state manager for React with middleware, computed values, persist, and support for Redux DevTools.
A small, type-safe, and convenient store for React applications.
Opportunities
- Simple external store
- Subscriptions to state changes
- React hooks via
useSyncExternalStore - Selectors with a custom comparison function
- API in the style of
create(...) - Middleware
- Persist in
localStorageor otherstorage - Computed values
- Connection to Redux DevTools
- TypeScript support
- Support for old and new versions of React
Installing
npm install @ovelwe/z-state