useDebounceValue

Hook

A hook that debounces a value.

Usage

const debouncedValue = useDebounceValue(inputValue, 500)

Props

value

type

T

delay

type

number