The custom react hooks library
npm install --save react-use-pkg
import * as React from 'react'
import { useMyHook } from 'react-use-pkg'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
MIT © irhamputra
This hook is created using create-react-hook.