Use Events - Events turned into React Hooks. Read about Hooks feature.
Documentation
https://sandiiarov.github.io/use-events
List of hooks
- useActive
- useClickOutside
- useFocus
- useHover
- useMousePosition
- useTouch
- useWindowResize
- useResizeObserver
Installation
Note: React 16.8+ is required for Hooks.
With npm
npm i use-events
Or with yarn
yarn add use-events