Skip to content

TheVarsity/custom-react-ts-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom React TS hooks

A collection of Custom React hooks written in TypeScript to support proper type declarations.

Rahul Tarak GitHub license

Installation

yarn add custom-react-ts-hooks
# or
npm add custom-react-ts-hooks

List of Supported Hooks

Usage

Check each hook page for specific usage information and all parameters.

Example usage

import { useEventListener } from 'custom-react-ts-hooks';
...
useEventListener(htmlDivRef,'wheel', (event) => {

});

Releases

No releases published

Packages

No packages published