malhooks
v1.1.1
Published
Collection of React Hooks
Downloads
12
Readme
malhooks
Collection of React Hooks.
Getting started
yarn add malhooks
Hooks
useFavicon
— sets favicon of the page.useInterval
— declarative setInterval.useKeyPress
— tracks keys.useLocalStorage
— manages a value in localStorage.useLockBodyScroll
— locks scrolling of the body element.useOnClickOutside
— triggers callback when user clicks outside target area.usePreferredTheme
— returns preferred theme.usePrevious
— returns the previous state or props.useTitle
— sets title of the page.