This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pyr33x/hooks
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

usehooks

Optimized for React, Production-Ready Hooks, Built in TypeScript

npm i --save-dev @pyr33x/usehooks

🪄 Usage

You can easily import hooks from `@pyr33x/hooks` and boom!

import { useStorage } from '@pyr33x/hooks';

export function App() {
  const [value, setValue] = useStorage('key', 'initialValue');
  ...
}

⚡ Hooks

useWindow - useStatus - useStorage - useClient - useToggle - useScroll

🧾 License

useHooks is licensed under the MIT License.

/@pyr33x/hooks/

    Package Sidebar

    Install

    npm i @pyr33x/hooks

    Weekly Downloads

    6

    Version

    1.4.4

    License

    MIT

    Unpacked Size

    183 kB

    Total Files

    6

    Last publish

    Collaborators

    • pyr33x