Skip to content

useHash ​

Category
Browser
Last Changed
11 months ago

Hook that manages the hash value

typescript
import { useHash } from '@elysiumorg/solid-use';

Usage ​

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

Demo ​

Api ​