UNPKG

react-hooks-global-state

Version:

Simple global state for React with Hooks API without Context API

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