cixel-hooks
v0.5.0
Published
A growing collection of React hooks — by the cixel.com.au team
Downloads
21
Readme
cixel-hooks
A growing collection of custom React hooks, built by Cixel.
Installation
Usage example
[!TIP] The
useEventListenerhook attaches towindowordocumentbased on the event ifrefis omitted.
import { useEventListener } from 'cixel-hooks'
function Component() {
useEventListener('resize', onResize)
}