react-fxxking-hooks
v1.2.3
Published
Collection of React Hooks.
Downloads
4
Maintainers
Readme
react-fxxking-hooks
Collection of React Hooks.
Install
npm i -S react-fxxking-hooks
Hooks
DOM
useHover
— Tracks the hover state viamouseenter
andmouseleave
.useScroll
— Tracks the scroll state, supports debounce.useShadowRoot
— Creates ashadow DOM tree
for a DOM element.
State
useToggle
— Togglesboolean
state.
Timer
useInterval
— Hooks version ofsetInterval
.useTimeout
— Hooks version ofsetTimeout
.useTimer
— Advanced timer which supports bothinterval
andtimeout
.