0.0.12 • Published 12 months ago

@codiume/hooks v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

🪝 Hooks

Version Downloads Github Actions Make a PR Typescript Formatted with Biome

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

HookDescription
use-in-viewportDetects if element is visible in the viewport
use-queueManage state of elements in FIFO-like strategy
use-scrollTracks scroll position of an element
use-singletonCreates a value exactly once
use-window-scrollTracks scroll position of the window
use-local-storageManages 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.

0.0.12

12 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.1-alpha.2

1 year ago

0.0.1-alpha.1

1 year ago