{"id":13657397,"url":"https://github.com/cloudever/react-hooky","last_synced_at":"2025-08-31T13:31:37.397Z","repository":{"id":143905465,"uuid":"155117845","full_name":"cloudever/react-hooky","owner":"cloudever","description":"React.js hooks aggregator, all-in-one or maybe you don't need to blow up your package.json 💡","archived":false,"fork":false,"pushed_at":"2020-06-02T18:11:58.000Z","size":259,"stargazers_count":6,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-13T19:57:41.170Z","etag":null,"topics":["react-hook","react-hooks","react-suspense","react-use","the-platform"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-28T21:33:32.000Z","updated_at":"2023-03-09T03:59:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fa63838-1e97-443e-9763-275b63c868fd","html_url":"https://github.com/cloudever/react-hooky","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudever%2Freact-hooky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudever%2Freact-hooky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudever%2Freact-hooky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudever%2Freact-hooky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudever","download_url":"https://codeload.github.com/cloudever/react-hooky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231596182,"owners_count":18397853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-hook","react-hooks","react-suspense","react-use","the-platform"],"created_at":"2024-08-02T05:00:42.005Z","updated_at":"2024-12-28T07:21:39.597Z","avatar_url":"https://github.com/cloudever.png","language":"JavaScript","readme":"\n# react-hooky\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/cloudever/react-hooky.svg)](https://greenkeeper.io/)\n![David](https://img.shields.io/david/cloudever/react-hooky.svg)\n![npm](https://img.shields.io/npm/dt/react-hooky.svg)\n\n\n\n[![NPM](https://nodei.co/npm/react-hooky.png?compact=true)](https://nodei.co/npm/react-hooky/)\n\n## Why?\n\nSince 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.\n\nThis package proxies dependencies and does not need to be compiled. It's built upon ES6 Modules for `webpack` and `rollup` and tree-shaking support.\n\nA bundle size is optimized by bundler when used with ESM modules, so keep calm and feel free to use the package.\n\n## Install\n\nUsing Yarn\n\n```\nyarn add react-hooky\n```\n\nor NPM\n\n```\nnpm install react-hooky\n```\n\n## Exports\n\n### [the-platform](https://github.com/palmerhq/the-platform)\n\n - [`\u003cAudio /\u003e `](https://github.com/palmerhq/the-platform#Audio )\n - [`\u003cPreload /\u003e `](https://github.com/palmerhq/the-platform#Preload )\n - [`\u003cScript /\u003e `](https://github.com/palmerhq/the-platform#Script )\n - [`\u003cStylesheet /\u003e `](https://github.com/palmerhq/the-platform#Stylesheet )\n - [`\u003cVideo /\u003e `](https://github.com/palmerhq/the-platform#Video )\n - [`useDeviceMotion`](https://github.com/palmerhq/the-platform#useDeviceMotion)\n - [`useDeviceOrientation`](https://github.com/palmerhq/the-platform#useDeviceOrientation)\n - [`useGeoPosition`](https://github.com/palmerhq/the-platform#useGeoPosition)\n - [`useIntersectionObserver`](https://github.com/palmerhq/the-platform#useIntersectionObserver)\n - [`useMedia`](https://github.com/palmerhq/the-platform#useMedia)\n - [`useNetworkStatus`](https://github.com/palmerhq/the-platform#useNetworkStatus)\n - [`useWindowScrollPosition`](https://github.com/palmerhq/the-platform#useWindowScrollPosition)\n - [`useWindowSize`](https://github.com/palmerhq/the-platform#useWindowSize)\n\n### [react-use](https://github.com/streamich/react-use)\n\n- [`createMemo`](https://github.com/streamich/react-use/blob/master/docs/createMemo.md)\n- [`useAsync`](https://github.com/streamich/react-use/blob/master/docs/useAsync.md)\n- [`useAudio`](https://github.com/streamich/react-use/blob/master/docs/useAudio.md)\n- [`useBattery`](https://github.com/streamich/react-use/blob/master/docs/useBattery.md)\n- [`useBoolean`](https://github.com/streamich/react-use/blob/master/docs/useBoolean.md)\n- [`useCounter`](https://github.com/streamich/react-use/blob/master/docs/useCounter.md)\n- [`useCss`](https://github.com/streamich/react-use/blob/master/docs/useCss.md)\n- [`useFavicon`](https://github.com/streamich/react-use/blob/master/docs/useFavicon.md)\n- [`useGeolocation`](https://github.com/streamich/react-use/blob/master/docs/useGeolocation.md)\n- [`useGetSet`](https://github.com/streamich/react-use/blob/master/docs/useGetSet.md)\n- [`useGetSetState`](https://github.com/streamich/react-use/blob/master/docs/useGetSetState.md)\n- [`useHover`](https://github.com/streamich/react-use/blob/master/docs/useHover.md)\n- [`useIdle`](https://github.com/streamich/react-use/blob/master/docs/useIdle.md)\n- [`useLifecycles`](https://github.com/streamich/react-use/blob/master/docs/useLifecycles.md)\n- [`useList`](https://github.com/streamich/react-use/blob/master/docs/useList.md)\n- [`useLocalStorage`](https://github.com/streamich/react-use/blob/master/docs/useLocalStorage.md)\n- [`useLocation`](https://github.com/streamich/react-use/blob/master/docs/useLocation.md)\n- [`useLogger`](https://github.com/streamich/react-use/blob/master/docs/useLogger.md)\n- [`useMap`](https://github.com/streamich/react-use/blob/master/docs/useMap.md)\n- [`useMediaDevices`](https://github.com/streamich/react-use/blob/master/docs/useMediaDevices.md)\n- [`useMotion`](https://github.com/streamich/react-use/blob/master/docs/useMotion.md)\n- [`useMount`](https://github.com/streamich/react-use/blob/master/docs/useMount.md)\n- [`useNetwork`](https://github.com/streamich/react-use/blob/master/docs/useNetwork.md)\n- [`useNumber`](https://github.com/streamich/react-use/blob/master/docs/useNumber.md)\n- [`useObservable`](https://github.com/streamich/react-use/blob/master/docs/useObservable.md)\n- [`useOrientation`](https://github.com/streamich/react-use/blob/master/docs/useOrientation.md)\n- [`useRaf`](https://github.com/streamich/react-use/blob/master/docs/useRaf.md)\n- [`useSetState`](https://github.com/streamich/react-use/blob/master/docs/useSetState.md)\n- [`useSize`](https://github.com/streamich/react-use/blob/master/docs/useSize.md)\n- [`useSpeech`](https://github.com/streamich/react-use/blob/master/docs/useSpeech.md)\n- [`useSpring`](https://github.com/streamich/react-use/blob/master/docs/useSpring.md)\n- [`useTimeout`](https://github.com/streamich/react-use/blob/master/docs/useTimeout.md)\n- [`useTitle`](https://github.com/streamich/react-use/blob/master/docs/useTitle.md)\n- [`useToggle`](https://github.com/streamich/react-use/blob/master/docs/useToggle.md)\n- [`useTween`](https://github.com/streamich/react-use/blob/master/docs/useTween.md)\n- [`useUnmount`](https://github.com/streamich/react-use/blob/master/docs/useUnmount.md)\n- [`useWindowSize`](https://github.com/streamich/react-use/blob/master/docs/useWindowSize.md) as `useWindowSizeU`\n- [`useMedia`](https://github.com/streamich/react-use/blob/master/docs/useMedia.md) as `useMediaU`\n\n### other\n\n- [`useOnClickOutside`](https://github.com/streamich/react-use/blob/master/docs/useOnClickOutside.md)\n- [`useSubstate`](https://github.com/philipp-spiess/use-substate) and `SubstateProvider`\n\n## Contribution\n\nFeel free to pull your request of hooks and keep agreement of conventional commits.\n\n## Whan does `hooky` means?\n\nThe `-y` (i) suffix in Russian is just like `-s (-es)` in English and usable for plural form of a word.\n\n## License\n\nMIT","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudever%2Freact-hooky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudever%2Freact-hooky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudever%2Freact-hooky/lists"}