{"id":24407470,"url":"https://github.com/virakkhun/use","last_synced_at":"2025-09-30T13:31:35.681Z","repository":{"id":61098151,"uuid":"547939128","full_name":"virakkhun/use","owner":"virakkhun","description":"a collections of hooks.","archived":false,"fork":false,"pushed_at":"2023-10-01T06:25:56.000Z","size":628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-01T08:18:10.334Z","etag":null,"topics":["browser","hooks","react","react-dom","react-hooks","react-utilities","utils-lib"],"latest_commit_sha":null,"homepage":"https://urh-react-hooks.vercel.app","language":"TypeScript","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/virakkhun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-08T15:54:55.000Z","updated_at":"2023-10-01T08:18:10.335Z","dependencies_parsed_at":"2023-10-01T07:30:29.478Z","dependency_job_id":null,"html_url":"https://github.com/virakkhun/use","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"9c5d7601fe64e339598feaea41aa804831eb37c3"},"previous_names":["virakkhun/use-react-hooks","virakkhun/use","virakkhun/urh-react-hooks"],"tags_count":8,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virakkhun%2Fuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virakkhun%2Fuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virakkhun%2Fuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virakkhun%2Fuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virakkhun","download_url":"https://codeload.github.com/virakkhun/use/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234739764,"owners_count":18879181,"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":["browser","hooks","react","react-dom","react-hooks","react-utilities","utils-lib"],"created_at":"2025-01-20T05:11:21.988Z","updated_at":"2025-09-30T13:31:30.304Z","avatar_url":"https://github.com/virakkhun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## URH 🪝\n\na small simple collections of react hooks\n\n### 🧪 Explore\n\n- [Doc](https://urh-react-hooks.vercel.app/)\n\n### 📖 Prerequisite\n\n- Latest - [React](https://reactjs.org/) ^18\n\n### 🪝 Install\n\nusing NPM:\n\n```bash\nnpm install urh-react-hooks\n```\n\nusing Yarn:\n\n```bash\nyarn add urh-react-hooks\n```\n\n### 💅 Usage\n\n```tsx\nimport { useOnline } from 'urh-react-hooks'\n\nconst App = () =\u003e {\n\tconst { isOnline } = useOnline()\n\n\treturn \u003cp\u003e{isOnline ? 'Online' : 'Offline'}\u003c/p\u003e\n}\n\nexport default App\n```\n\n### ✨ Inspired By\n\n- [vueuse](https://vueuse.org/)\n- [usehooks](https://usehooks.com/)\n\n### 🥷 Crafted\n\n- Written In [TS](https://www.typescriptlang.org/)\n- Documented [tsdoc](https://tsdoc.org/)\n\n### 📃 License\n\n[MIT License](https://github.com/vueuse/vueuse/blob/main/LICENSE) © 2022-PRESENT [Virak Khun](https://github.com/virakkhun)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirakkhun%2Fuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirakkhun%2Fuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirakkhun%2Fuse/lists"}