@rooks/use-in-view-ref
Simple hook that monitors element enters or leave the viewport.
Found 65 results for react-hooks.org
Simple hook that monitors element enters or leave the viewport.
A React hook for componentWillUnmount lifecycle method
A hook that can track a click event outside a ref. Returns a callbackRef.
A React Hooks package for toggle
A hook which allows to setup callbacks on multiple keypresses at the same time
A React hook for window on resize event
A React Hooks package for boundingclientrect
Runs a callback effect atmost one time when a condition becomes true
A hook that can combine two refs(mutable or callbackRefs) into a single callbackRef
An useEffect that does not run on first render
A hook that tracks mutations of an element. It returns a callbackRef.
Count down to a target timestamp and call callbacks every second (or provided peried)
A hook to register an intersection observer listener
A React hook for window on scroll event
A React Hook to get time ago for timestamp millisecond value
UseState but auto updates values to localStorage
A React Hooks package for mouse
A hook to provide the geolocation info on client side.
A React hook that manages state in the form of a stack
A throttle hook for react
useState but syncs with sessionstorage
Drop in replacement for useState hook but with undo functionality.
Takes a callback and fires it when a condition is true
usePreviousImmediate returns the previous value of a variable even if it was the same or different
A React Hook to easily add nprogress bars to any page
A React Hooks package for navigator-language
A custom hook to easily select multiple values from a list
A React Hooks package for worker
A React Hooks package for select
A React Hooks package for counter
Merges any number of refs into a single ref
A react hook to add an event listener to a ref
A React hook to get the scroll position of the window
A react hook to an event listener to the document object
usePreviousDifferent hooks returns the last different value of a variable
Easily select a single value from a list of values. very useful for radio buttons, select inputs etc.
Signal whether or not a media query is currently matched.
A React hook that manages state in the form of a queue
Avoid stale state in callbacks with this hook. Auto updates values using a ref.
Resolves to useEffect when window is not in scope and useLayout effect in the browser
Very similar to useKey but it returns a ref
A react hook to manage state in a key value pair map.
A React Hook to easily add Google Analytics tracking for SPA apps using React Router
Local Storage hook for React
Like use-fresh-ref but specifically for functions