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