{"id":25389959,"url":"https://github.com/kcfe/dobux","last_synced_at":"2025-10-30T16:30:53.799Z","repository":{"id":42052908,"uuid":"313844725","full_name":"kcfe/dobux","owner":"kcfe","description":"🍃 Lightweight responsive state management solution.","archived":false,"fork":false,"pushed_at":"2022-07-13T04:04:11.000Z","size":5358,"stargazers_count":77,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-09T06:35:28.768Z","etag":null,"topics":["dobux","hooks","immutable","react","state-management","typescript"],"latest_commit_sha":null,"homepage":"https://kcfe.github.io/dobux/","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/kcfe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-18T06:34:44.000Z","updated_at":"2024-08-09T06:35:28.769Z","dependencies_parsed_at":"2022-07-15T16:47:25.126Z","dependency_job_id":null,"html_url":"https://github.com/kcfe/dobux","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcfe%2Fdobux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcfe%2Fdobux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcfe%2Fdobux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcfe%2Fdobux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kcfe","download_url":"https://codeload.github.com/kcfe/dobux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239002615,"owners_count":19566161,"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":["dobux","hooks","immutable","react","state-management","typescript"],"created_at":"2025-02-15T14:23:30.957Z","updated_at":"2025-10-30T16:30:52.148Z","avatar_url":"https://github.com/kcfe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" style=\"text-align: center; margin-left: -5px\"\u003e\u003ca href=\"https://kcfe.github.io/dobux/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg width=\"100\" src=\"https://static.yximgs.com/udata/pkg/ks-ad-fe/kcfe/dobux-simple-logo.png\" alt=\"Dobux logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003ch2 align=\"center\" style=\"text-align: center\"\u003eDobux\u003c/h2\u003e\n\n\u003cp align=\"center\" style=\"text-align: center\"\u003e\n  Lightweight responsive state management solution based on React Context and React Hooks.\n  \u003cbr\u003e\u003cbr\u003e\n  \u003ca href=\"https://travis-ci.com/kcfe/dobux\"\u003e\u003cimg src=\"https://travis-ci.com/kcfe/dobux.svg?branch=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/kcfe/dobux\"\u003e\u003cimg src=\"https://codecov.io/gh/kcfe/dobux/branch/master/graph/badge.svg\" alt=\"Coverage Status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/dobux\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/dobux\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/dobux\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/dobux\" alt=\"Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://img.shields.io/bundlephobia/minzip/dobux\"\u003e\u003cimg src=\"https://img.shields.io/bundlephobia/minzip/dobux\" alt=\"Bundle Size\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/kcfe/dobux/\"\u003e\u003cimg src=\"https://img.shields.io/snyk/vulnerabilities/npm/dobux\" alt=\"Vulnerabilities\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dependency-version/dobux/peer/react\" alt=\"Peer React\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dependency-version/dobux/peer/react-dom\" alt=\"Peer React Dom\"\u003e\n\u003c/p\u003e\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n## ✨ Features\n\n- **🎉 Simplify**：Only 3 core APIs, no additional learning cost, easy to get started with the knowledge of `React Hooks`.\n- **🚀 Immutable**：Interact with view by simply modifying it while keeping all the benefits of immutable data.\n- **🌲 Flexible Usage**：Support global and local data sources, manage the state of the entire application more elegantly.\n- **🍳 Friendly Asynchronous Processing**：Record the loading status of asynchronous operations, simplify the presentation logic in the view layer.\n- **🍬 TypeScript Support**：Complete `TypeScript` type definition, complete type checking and type inference can be obtained in the editor.\n\n## 📦 Installation\n\n```bash\n// use npm\n$ npm i dobux --save\n\n// use yarn\n$ yarn add dobux\n```\n\n## 🔨 Documents\n\n- [Introduction](https://kcfe.github.io/dobux/guide)\n- [Get Started](https://kcfe.github.io/dobux/guide/getting-started)\n- [Best Practices](https://kcfe.github.io/dobux/guide/best-practice)\n- [API](https://kcfe.github.io/dobux/api)\n- [FAQ](https://kcfe.github.io/dobux/guide/faq)\n\n## 🔗 Examples\n\n- [Simple counter](https://kcfe.github.io/dobux/guide/examples#简单的计数器)\n- [Todo List](https://kcfe.github.io/dobux/guide/examples#待办事项清单)\n\n## 🖥 Version dependency\n\n- React \u003e= 16.8.0\n- ReactDOM \u003e= 16.8.0\n\n## 📄 LICENSE\n\n[MIT](https://github.com/kcfe/dobux/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcfe%2Fdobux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkcfe%2Fdobux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcfe%2Fdobux/lists"}