{"id":21829085,"url":"https://github.com/derrickmstrong/reactreduxhooks","last_synced_at":"2026-04-11T09:38:53.635Z","repository":{"id":132707885,"uuid":"411656004","full_name":"derrickmstrong/reactreduxhooks","owner":"derrickmstrong","description":"React Redux via Hooks","archived":false,"fork":false,"pushed_at":"2021-09-29T12:50:56.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T12:57:39.308Z","etag":null,"topics":["bindactioncreators","react","redux","redux-thunk","usedispatch","useselector"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/derrickmstrong.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-29T12:00:32.000Z","updated_at":"2021-09-29T12:50:58.000Z","dependencies_parsed_at":"2023-04-18T10:32:15.672Z","dependency_job_id":null,"html_url":"https://github.com/derrickmstrong/reactreduxhooks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derrickmstrong/reactreduxhooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickmstrong%2Freactreduxhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickmstrong%2Freactreduxhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickmstrong%2Freactreduxhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickmstrong%2Freactreduxhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derrickmstrong","download_url":"https://codeload.github.com/derrickmstrong/reactreduxhooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickmstrong%2Freactreduxhooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014324,"owners_count":26085492,"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-10-13T02:00:06.723Z","response_time":61,"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":["bindactioncreators","react","redux","redux-thunk","usedispatch","useselector"],"created_at":"2024-11-27T18:22:03.363Z","updated_at":"2025-10-13T08:39:09.127Z","avatar_url":"https://github.com/derrickmstrong.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Redux w/Hooks\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Step by Step\n\nIn the project directory, you can run:\n\n### `npx create-react-app .`\n\nStart new CRA project in Terminal\n\n### `Cleanup files`\n\nOnce CRA installation is complete, remove default src directory and replace with clean index.js and App.js files\n\n### `npm i redux react-redux redux-thunk`\n\nInstall all dependencies\n\n### `Setup store file structure`\n\n###\n`store\n    actions \u003e\n        index.js\n    actionTypes \u003e\n        index.js\n    reducers \u003e\n        accountReducer.js\n        index.js (rootreducer)\nindex.js (export * as actionCreators from ./actions)\nstore.js`\n###\n\n### `Create action types`\n\n\n### `Create individual reducers`\n\n\n### `Combine multiple reducers (rootReducer)`\n\n\n### `Update store by adding action creators`\n\n\n### `Create store.js`\n\n\n### `Apply Redux Thunk middleware to store.js`\n\n\n### `Wrap store around app with Provider at root index.js`\n\n\n### `Test/Access state with useSelector`\n\n\n### `Test/Dispatch action creators with useDispatch and bindActionCreators` \n\n\n## Congrats! You got yourself a React/Redux app with Hooks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrickmstrong%2Freactreduxhooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderrickmstrong%2Freactreduxhooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrickmstrong%2Freactreduxhooks/lists"}