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