https://www.npmjs.com/search?q=%40gitgw
- React
- useState
- useEffect
- useRef
- NPM
Hook | Description | Documentation | NPM |
---|---|---|---|
useTitle | Update your document's title. | Link | Link |
useConfirm | Prompt a confirmation before executing a function. | Link | Link |
useHover | Detect a hover on any React Element. | Link | Link |
useInput | React Hook to check the number of characters in input. | Link | Link |
useBeforeLeave | Execute a function when the mouse leaves the document. | Link | Link |
useNetwork | Listen when the user goes online or offline. | Link | Link |
useScroll | Get X/Y coordinates of current position of the scroll. | Link | Link |
usePreventLeave | Prompt the user for confirmation before leaving the page. | Link | Link |
useFadeIn | Fade in any element. | Link | Link |
useFullscreen | Make any element go Fullscreen. | Link | Link |