{"id":13780554,"url":"https://github.com/houfio/dakpan","last_synced_at":"2026-01-12T02:57:13.050Z","repository":{"id":119075039,"uuid":"136435784","full_name":"houfio/dakpan","owner":"houfio","description":"🏠 A tiny React state management library using hooks.","archived":false,"fork":false,"pushed_at":"2022-06-06T08:01:09.000Z","size":1174,"stargazers_count":69,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-13T01:48:55.058Z","etag":null,"topics":["react","typescript"],"latest_commit_sha":null,"homepage":"https://dakpan.houf.io/","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/houfio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-07T07:01:58.000Z","updated_at":"2023-10-10T12:30:31.000Z","dependencies_parsed_at":"2023-03-16T01:47:38.071Z","dependency_job_id":null,"html_url":"https://github.com/houfio/dakpan","commit_stats":{"total_commits":108,"total_committers":3,"mean_commits":36.0,"dds":"0.38888888888888884","last_synced_commit":"a879e4f8282110ba9316ad6ca2e743c57d6b9bb9"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houfio%2Fdakpan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houfio%2Fdakpan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houfio%2Fdakpan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/houfio%2Fdakpan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/houfio","download_url":"https://codeload.github.com/houfio/dakpan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225056839,"owners_count":17414220,"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","typescript"],"created_at":"2024-08-03T18:01:17.150Z","updated_at":"2026-01-12T02:57:13.044Z","avatar_url":"https://github.com/houfio.png","language":"TypeScript","readme":"![Logo](https://raw.githubusercontent.com/houfio/dakpan/master/logo.svg?sanitize=true)\n[![npm](https://badgen.net/npm/v/dakpan)](https://www.npmjs.com/package/dakpan)\n[![minzipped size](https://badgen.net/bundlephobia/minzip/dakpan)](https://www.npmjs.com/package/dakpan)\n[![license](https://badgen.net/npm/license/dakpan)](./LICENSE.md)\n---\n\nA tiny React state management library using hooks.\n\n```tsx\nconst [StateProvider, useDakpan, withDakpan] = createDakpan({\n  hello: 'world'\n})({\n  append: (value: string) =\u003e ({ hello }) =\u003e ({\n    hello: hello + value\n  })\n});\n```\n\n## Installation\n\n```\nnpm install dakpan\n```\nor\n```\nyarn add dakpan\n```\n\n## Documentation\n\nYou can find the documentation [here](https://dakpan.houf.io/).\n","funding_links":[],"categories":["Libraries","List"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoufio%2Fdakpan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoufio%2Fdakpan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoufio%2Fdakpan/lists"}