Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.52 KB

File metadata and controls

20 lines (17 loc) · 1.52 KB

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
useDarkMode() Manage dark mode and light mode with persistence Build