hook-global-state
v1.0.16
Published
A very streamlined global state management for React
Downloads
47
Readme
Install
npm i hook-global-stateor
yarn add hook-global-stateExample
// Initial value is ignored if already set
const [state, setState] = useGlobalState('key', initialValue);