0.2.0 • Published 10 months ago

@gadeoli/rjs-hooks-library v0.2.0

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

RJS Hooks Library

Some (almost all) hooks has been copied from internet foruns. If necessary look from source info to check who created the hook.

Hooks

  • useElementSize (Get element sizes using ref)
  • useHover (control when a element is hovererd using ref)
  • useOnClickOutside (Listen when clicked outside component using ref)
  • usePersistedState (An option to persist state in local storage)
  • usePrevious (Keep state value between current and previous render)
  • useWindowSize (Get window sizes)
  • useTimer (a count down minute / seconds)
  • useClickOutside (An event handler to trigger an action by outside-click-element using ref)
  • useOnPressKey (An event handler to trigger an action by key press using ref)

Use

import {useElementSize} from '@gadeoli/rjs-hooks-library';

How to maintain

  1. Clone
  2. NVM use 22.13.1 (node 22.13.1 / npm 10.9.2)
  3. npm i
  4. make changes
  5. git add / git commit / git push
  6. npm run publish (custom command)

Sources

useElementSize
useHover
useOnClickOutside
usePersistedState
usePrevious
useWindowSize
useTimer
useClickOutside
useOnPressKey
some sources could be missing

0.2.0

10 months ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago