Appearance
Utilities
Hook that returns the value and a function to set the value
import { useRafValue } from '@siberiacancode/reactuse';
const [value, setValue] = useRafValue(initialValue);
source
UseRafValueReturn<Value>