@vorthain/react-state
Version:
A minimal and reactive state management library for React, enabling automatic UI updates through direct, mutable state changes.
6 lines (5 loc) • 320 B
TypeScript
export { makeObservable, vAction } from './makeObservable';
export { useVglobal, createVorthainStore, _resetVorthainStore } from './useVglobal';
export { useVstate } from './useVstate';
export { vGrip, VGripDebugger, useVGripStats, default as vGripDefault } from './vGrip';
export type { VorthainStore } from './types';