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