{"id":18696767,"url":"https://github.com/546669204/react-store","last_synced_at":"2026-06-24T01:32:47.404Z","repository":{"id":151412353,"uuid":"459830005","full_name":"546669204/react-store","owner":"546669204","description":"React State Manager","archived":false,"fork":false,"pushed_at":"2022-02-18T02:48:19.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T06:51:06.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/546669204.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":"2022-02-16T02:53:12.000Z","updated_at":"2022-02-16T02:56:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"97a5bac7-d83c-47bb-82ea-d18dd4b03152","html_url":"https://github.com/546669204/react-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/546669204/react-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/546669204%2Freact-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/546669204%2Freact-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/546669204%2Freact-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/546669204%2Freact-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/546669204","download_url":"https://codeload.github.com/546669204/react-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/546669204%2Freact-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","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":[],"created_at":"2024-11-07T11:20:52.112Z","updated_at":"2026-06-24T01:32:47.370Z","avatar_url":"https://github.com/546669204.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Store\n\nReact State Manager\n\n## Feature\n\n1. reactive\n2. no extra re-render\n3. 100 line\n\n## Usage\n\n```js\nimport { createStore, useStore } from 'react-store';\n\nconst data = createStore({ count: 0 });\n\nfunction App() {\n  return (\n    \u003cspan\u003e\n      count:{data.count} \n      \u003cbutton onClick={() =\u003e data.count++}\u003e++\u003c/button\u003e\n    \u003c/span\u003e\n  );\n}\n```\n\n[more example](./example)\n\n\n## License\n\n[MIT](LICENSE) © xiaoming\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F546669204%2Freact-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F546669204%2Freact-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F546669204%2Freact-store/lists"}