/react-hooks-hub

A collection of lightweight, single-purpose React hooks designed to supercharge your components

Primary LanguageTypeScriptMIT LicenseMIT

React Hooks Hub


Unleash the Power of Simplicity
Explore a collection of lightweight, single-purpose React hooks designed to supercharge your components.



Hook Description Status
useMediaQuery() It provides the state of the screen's device type (desktop, tablet, mobile) and orientation (portrait, landscape) Build
useDebounce() It provides a way to delay execution of functions Build
useThrottle() It provides a way to limit the rate at which a function can be called Build