react hooks
Customize react hook
Installing
npm install @cd-react/hooks
// or
yarn add @cd-react/hooks
Usage
import { useRefState } from '@cd-react/hooks'
useRefState hooks
// refValue.current is up-to-date value
const [value, setValue, refValue] = useRefState('1')
Note
- Support tree shaking