useYourHookName
March 13, 2023 ยท View on GitHub
A hook that [...]
๐ก Why?
- why this hook is necessary and what it does
Basic Usage:
import { yourHook } from 'beautiful-react-hooks';
const YourExample = () => {
/* Your code goes here */
return null;
};
<YourExample />
Use cases
description of the use case
import { yourHook } from 'beautiful-react-hooks';
const YourUseCase = () => {
/* Your code goes here */
return null;
};
<YourUseCase />
Mastering the hooks
โ When to use
- When it's good to use
๐ When not to use
- When it's not good to use