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.

4 lines (3 loc) 156 B
export { createStore } from './core'; export { StoreProvider, useStore, useDispatch } from './react'; export type { Action, Reducer, Store } from './core';