UNPKG

nolimitstore

Version:

A lightweight Redux-like store for React and React Native, with hooks and selector support. Built with TypeScript, no boilerplate, and full reactivity via useSyncExternalStore.

3 lines 155 B
export { createStore } from './core'; export { StoreProvider, useStore, useDispatch } from './react'; export type { Action, Reducer, Store } from './core';