# some-hooks > Collection of some reusable hooks that I use [](https://www.npmjs.com/package/some-hooks) [](https://standardjs.com) ## Install ```bash npm install --save some-hooks ``` ## Usage ```tsx import * as React from 'react' import { useMyHook } from 'some-hooks' const Example = () => { const example = useMyHook() return (