Skip to content

useHash ​

Category
Browser

Hook that manages the hash value

typescript
import { useHash } from '@siberiacancode/reactuse';

Usage ​

typescript
const [hash, setHash] = useHash();

Demo ​

Api ​

Contributors ​

Source • Demo