@codiume/hooks
v0.0.12
Published
A collection of reusable react hooks for state and UI management
Downloads
35
Readme
🪝 Hooks
A collection of reusable react hooks for state and UI management
Installation
# Using PNPM
pnpm install @codiume/hooks
# Using NPM
npm install @codiume/hooks
# Using Yarn
yarn add @codiume/hooks
Hooks
| Hook | Description | | -------------------------------------------- | ----------------------------------------------- | | use-in-viewport | Detects if element is visible in the viewport | | use-queue | Manage state of elements in FIFO-like strategy | | use-scroll | Tracks scroll position of an element | | use-singleton | Creates a value exactly once | | use-window-scroll | Tracks scroll position of the window | | use-local-storage | Manages state with localStorage synchronization |
Contributing
Please see Contributing.md for details.
Security
If you discover any security related issues, please email author instead of using the issue tracker.
Changelog
Please see the Changelog for more information on what has changed recently.
License
Please see the LICENSE for more information.