UNPKG

@bentoo/state-man

Version:

A lightweight package for state management in React applications, designed as a simplified alternative to Zustand and the Context API.

3 lines (2 loc) 83 B
export { create } from './utils/store'; export { persist } from './utils/persist';