{"id":28635872,"url":"https://github.com/webpatch/redux-go","last_synced_at":"2026-04-25T08:35:14.238Z","repository":{"id":57350806,"uuid":"225518563","full_name":"webpatch/redux-go","owner":"webpatch","description":"redux helpers","archived":false,"fork":false,"pushed_at":"2020-05-08T08:12:34.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T05:12:08.445Z","etag":null,"topics":["redux","redux-helpers"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webpatch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-03T03:03:52.000Z","updated_at":"2020-06-11T06:09:06.000Z","dependencies_parsed_at":"2022-09-16T21:11:38.123Z","dependency_job_id":null,"html_url":"https://github.com/webpatch/redux-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/webpatch/redux-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpatch%2Fredux-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpatch%2Fredux-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpatch%2Fredux-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpatch%2Fredux-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpatch","download_url":"https://codeload.github.com/webpatch/redux-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpatch%2Fredux-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259509525,"owners_count":22868840,"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":["redux","redux-helpers"],"created_at":"2025-06-12T17:11:43.870Z","updated_at":"2026-04-25T08:35:14.202Z","avatar_url":"https://github.com/webpatch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redux-go\n\nSome redux helpers.\n\n## Usage\n\n```js\n\nimport { createAction, createReducer } from 'redux-go';\n\n// define action\nconst changeData = createAction('changeData');\n\n// define init state\nconst appState = { name: '' };\n\n// define reducer \nconst reducer = createReducer({\n    [changeData]: (state, action) =\u003e {\n        return {...state, name: action.payload};\n    },\n}, appState);\n\n// dispatch action\ndispatch(changeData('tom'))\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpatch%2Fredux-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpatch%2Fredux-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpatch%2Fredux-go/lists"}