Appearance
Browser
Hook that manages the hash value
import { useHash } from '@siberiacancode/reactuse';
const [hash, setHash] = useHash();
source
UseHashReturn