Preparing search index...
The search index is not available
React Hookers - v6.1.0
React Hookers
DebouncedStateProtocol
Type alias DebouncedStateProtocol<S>
Debounced
State
Protocol
<
S
>
:
[
currState
:
S
,
nextState
:
S
,
setState
:
Dispatch
<
SetStateAction
<
S
>
>
]
The protocol returned by the
useDebouncedState
hook.
Type Parameters
S
The type of stateful value.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
React Hookers - v6.1.0
AsyncEffectCallback
DebouncedStateProtocol
Schedule
useAnimationFrame
useAsyncEffect
useBlocker
useDebouncedState
useHandler
useInterval
useIntervalCallback
useLock
useMediaQuery
useRefCallback
useRerender
useRerenderInterval
useTimeout
The protocol returned by the useDebouncedState hook.