0.2.7 • Published 3 years ago

use-all-hook v0.2.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

"use-all-hook" is a react hooks package for a lot of hooks in the future.

Installing

If using npm
npm i use-all-hook
If using yarn
yarn add use-all-hook

Require them

import AllHooks from "use-all-hook";

or

import {
  useAsync,
  useFetch,
  useScript,
  useToggle,
  useArray,
  useEventListener,
  useSize,
  useTimeout,
  useDeepCompareEffect,
  useOnScreen,
  useMediaQuery,
} from "use-all-hook";

or

The same way but the hooks you need.
import { useAsync, useFetch } from "use-all-hook";

Enjoy the beauty of the react and react hooks

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago