0.2.7 • Published 2 years ago

use-all-hook v0.2.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago