UNPKG

react-hooks-global-state

Version:

Simple global state for React with Hooks API without Context API

3 lines (2 loc) 102 B
export { createGlobalState } from './createGlobalState'; export { createStore } from './createStore';