{"id":19249174,"url":"https://github.com/adbayb/baby-redux","last_synced_at":"2025-08-23T05:07:30.646Z","repository":{"id":89446988,"uuid":"80369766","full_name":"adbayb/baby-redux","owner":"adbayb","description":"📦 A small and lightweight Redux implementation  ","archived":false,"fork":false,"pushed_at":"2023-12-15T11:50:12.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T16:17:02.049Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/adbayb.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":"2017-01-29T20:17:24.000Z","updated_at":"2022-09-02T07:40:16.000Z","dependencies_parsed_at":"2023-12-15T12:51:53.001Z","dependency_job_id":null,"html_url":"https://github.com/adbayb/baby-redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adbayb/baby-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbayb%2Fbaby-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbayb%2Fbaby-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbayb%2Fbaby-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbayb%2Fbaby-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adbayb","download_url":"https://codeload.github.com/adbayb/baby-redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adbayb%2Fbaby-redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745482,"owners_count":24813502,"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-08-23T02:00:09.327Z","response_time":69,"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":["library"],"created_at":"2024-11-09T18:12:58.366Z","updated_at":"2025-08-23T05:07:30.623Z","avatar_url":"https://github.com/adbayb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# baby-redux\n\nA small and lightweight Redux implementation  \n\n\n## API\n\nDocumentation credit goes to http://redux.js.org/ \n\n### createStore\n```javascript \nconst store = createStore(reducer);\n```\n\nCreates a Redux store that holds the complete state tree of your app.\n\n### dispatch\n\n```javascript\nstore.dispatch(action);\n```\n\nDispatches an action. This is the only way to trigger a state change.\n\n### getState \n\n```javascript\nstore.getState();\n```\n\nReturns the current state tree of your application.\nIt is equal to the last value returned by the store's reducer.\n\n### subscribe\n\n```javascript\nstore.subscribe(listener);\n```\n\nAdds a change listener (callback function). It will be called any time an action is dispatched, and some part of the state tree may potentially have changed. \nYou may then call getState() to read the current state tree inside the callback.\n\n\n## License\n\n[MIT](./LICENSE \"License MIT\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbayb%2Fbaby-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadbayb%2Fbaby-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadbayb%2Fbaby-redux/lists"}