test npm package
npm install --save @codebymdb/react-all-the-things
import React, { Component } from 'react'
import { useMyHook } from '@codebymdb/react-all-the-things'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
MIT © mdb1710
This hook is created using create-react-hook.