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) | |
useDebounce() | It provides a way to delay execution of functions | |
useThrottle() | It provides a way to limit the rate at which a function can be called | |
useDarkMode() | Manage dark mode and light mode with persistence |