Skip to content

useRafValue ​

Category
Utilities

Hook that returns the value and a function to set the value

typescript
import { useRafValue } from '@siberiacancode/reactuse';

Usage ​

typescript
const [value, setValue] = useRafValue(initialValue);

Demo ​

Api ​

Parameters

NameTypeDefaultNote
initialValueValue-The initial value

Contributors ​

Source • Demo