React.js hooks collection all-in-one
npm install react-hooky
!David
!npm

Since the appearance of hooks in React, many packages have been published for various purposes, and in a reason to not pull many new small dependencies, most of them are combined in this package through re-export.
This package proxies dependencies and does not need to be compiled. It's built upon ES6 Modules for webpack and rollup and tree-shaking support.
A bundle size is optimized by bundler when used with ESM modules, so keep calm and feel free to use the package.
Using Yarn
```
yarn add react-hooky
or NPM
``
npm install react-hooky
-
-
-
-
-
- useDeviceMotion
- useDeviceOrientation
- useGeoPosition
- useIntersectionObserver
- useMedia
- useNetworkStatus
- useWindowScrollPosition
- useWindowSize
- createMemo
- useAsync
- useAudio
- useBattery
- useBoolean
- useCounter
- useCss
- useFavicon
- useGeolocation
- useGetSet
- useGetSetState
- useHover
- useIdle
- useLifecycles
- useList
- useLocalStorage
- useLocation
- useLogger
- useMap
- useMediaDevices
- useMotion
- useMount
- useNetwork
- useNumber
- useObservable
- useOrientation
- useRaf
- useSetState
- useSize
- useSpeech
- useSpring
- useTimeout
- useTitle
- useToggle
- useTween
- useUnmount
- useWindowSize as useWindowSizeUuseMedia
- as useMediaU
- useOnClickOutside
- useSubstate and SubstateProvider
Feel free to pull your request of hooks and keep agreement of conventional commits.
means?The -y (i) suffix in Russian is just like -s (-es)` in English and usable for plural form of a word.
MIT