1.2.3 • Published 4 years ago
react-fxxking-hooks v1.2.3
react-fxxking-hooks
Collection of React Hooks.
Install
npm i -S react-fxxking-hooks
Hooks
DOM
useHover— Tracks the hover state viamouseenterandmouseleave.useScroll— Tracks the scroll state, supports debounce.useShadowRoot— Creates ashadow DOM treefor a DOM element.
State
useToggle— Togglesbooleanstate.
Timer
useInterval— Hooks version ofsetInterval.useTimeout— Hooks version ofsetTimeout.useTimer— Advanced timer which supports bothintervalandtimeout.