@swaraj0_0/add-event-listener-hook
v1.0.0
Published
Will be able to add event listeners and will be able to intercept the event
Downloads
1
Readme
@swaraj0_0/add-event-listener-hook
Will be able to add event listeners and will be able to intercept the event
Install
npm install --save @swaraj0_0/add-event-listener-hook
Usage
import React, { Component } from 'react'
import { useAddEventListeners } from '@swaraj0_0/add-event-listener-hook'
const Example = () => {
const userName = 'SwarajGK';
const { loading, userData } = useAddEventListeners(userName)
return (
<div></div>
)
}
License
MIT © @SwarajGK
This hook is created using create-react-hook.