Skip to content

Reusable React hooks for fast web development, created by Cixel. Simplify your React projects with a growing collection of utility hooks.

License

Notifications You must be signed in to change notification settings

SebHex/cixel-hooks

Repository files navigation

cixel-hooks

A growing collection of custom React hooks, built by Cixel.

Installation

npm install cixel-hooks

Usage example

Tip

The useEventListener hook attaches to window or document based on the event if ref is omitted.

import { useEventListener } from 'cixel-hooks'

function Component() {
  useEventListener('resize', onResize)
}

Available hooks

About

Reusable React hooks for fast web development, created by Cixel. Simplify your React projects with a growing collection of utility hooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •