{"id":28488772,"url":"https://github.com/toss/react-simplikit","last_synced_at":"2025-10-06T13:41:10.172Z","repository":{"id":287580881,"uuid":"902804802","full_name":"toss/react-simplikit","owner":"toss","description":"A lightweight yet powerful library that provides various useful tools in React environments.","archived":false,"fork":false,"pushed_at":"2025-09-01T00:12:57.000Z","size":136519,"stargazers_count":272,"open_issues_count":33,"forks_count":54,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-02T02:25:47.110Z","etag":null,"topics":["components","hooks","react","utilities"],"latest_commit_sha":null,"homepage":"https://react-simplikit.slash.page/","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/toss.png","metadata":{"files":{"readme":"README-ko_kr.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-13T09:56:24.000Z","updated_at":"2025-09-29T05:25:54.000Z","dependencies_parsed_at":"2025-09-01T02:13:18.801Z","dependency_job_id":null,"html_url":"https://github.com/toss/react-simplikit","commit_stats":null,"previous_names":["toss/react-simplikit"],"tags_count":57,"template":false,"template_full_name":null,"purl":"pkg:github/toss/react-simplikit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Freact-simplikit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Freact-simplikit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Freact-simplikit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Freact-simplikit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toss","download_url":"https://codeload.github.com/toss/react-simplikit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toss%2Freact-simplikit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621847,"owners_count":26017253,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["components","hooks","react","utilities"],"created_at":"2025-06-08T05:35:30.595Z","updated_at":"2025-10-06T13:41:10.165Z","avatar_url":"https://github.com/toss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![react-simplikit](src/public/images/og.png)\n\n# react-simplikit \u0026middot; [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toss/slash/blob/main/LICENSE) [![codecov](https://codecov.io/gh/toss/react-simplikit/graph/badge.svg?token=RHVOZ3J3TU)](https://codecov.io/gh/toss/react-simplikit)\n\n[English](./README.md) | 한국어\n\n`react-simplikit`은 React 환경에서 유용하게 사용할 수 있는 다양한 유틸리티를 제공하는 가볍고 강력한 라이브러리예요.\n\n- `react-simplikit`은 의존성이 없어서 매우 가벼워요.\n- `react-simplikit`은 100% 테스트 커버리지를 통해 신뢰성을 보장해요.\n- `react-simplikit`은 JSDoc과 풍부한 문서, 예제를 제공해서 어떤 개발자도 쉽게 사용할 수 있어요.\n\n## 예시\n\n```tsx\nimport { useBooleanState } from 'react-simplikit';\n\nfunction Component() {\n  // `useBooleanState` 훅을 사용해 상태를 관리해요.\n  const [open, openBottomSheet, closeBottomSheet, toggleBottomSheet] =\n    useBooleanState(false);\n\n  return (\n    \u003cdiv\u003e\n      \u003cp\u003eBottom Sheet 상태: {open ? '열림' : '닫힘'}\u003c/p\u003e\n      \u003cbutton onClick={openBottomSheet}\u003e열기\u003c/button\u003e\n      \u003cbutton onClick={closeBottomSheet}\u003e닫기\u003c/button\u003e\n      \u003cbutton onClick={toggleBottomSheet}\u003e토글\u003c/button\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## 기여하기\n\n커뮤니티에 있는 모든 분들에게 기여를 환영해요. 아래에 작성되어 있는 기여 가이드를 확인하세요.\n\n[CONTRIBUTING](./src/docs/ko/contributing.md)\n\n## 라이선스\n\nMIT © Viva Republica, Inc. 자세한 내용은 [LICENSE](./LICENSE)를 참고하세요.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Freact-simplikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoss%2Freact-simplikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoss%2Freact-simplikit/lists"}