@keen.io/react-hooks
v1.4.7
Published
Keen custom hooks for React
Downloads
1,098
Keywords
Readme
@keen.io/react-hooks
Set of reusable custom hooks for React ecosystem - used in keen.io projects.
Installing
For Front-End applications use standard npm or yarn package manager.
yarn install @keen.io/react-hooksExamples
import { useLegend } from '@keen.io/react-hooks';
const { disabledKeys, updateKeys } = useLegend();