{"id":21534461,"url":"https://github.com/equk/learn-redux","last_synced_at":"2025-03-17T20:14:40.465Z","repository":{"id":149680449,"uuid":"185870834","full_name":"equk/learn-redux","owner":"equk","description":"wesbos learn-redux","archived":false,"fork":false,"pushed_at":"2019-05-21T20:49:08.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T07:11:26.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/equk.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":"2019-05-09T20:58:50.000Z","updated_at":"2021-03-23T10:08:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"383bc2cc-f485-4e76-a0a7-43fe85e31f9d","html_url":"https://github.com/equk/learn-redux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2Flearn-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2Flearn-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2Flearn-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/equk%2Flearn-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/equk","download_url":"https://codeload.github.com/equk/learn-redux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102855,"owners_count":20398386,"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":[],"created_at":"2024-11-24T03:10:51.769Z","updated_at":"2025-03-17T20:14:40.438Z","avatar_url":"https://github.com/equk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Redux\n\nwesbos youtube guide to redux - [link](https://www.youtube.com/watch?v=sAzh8t1H0p4\u0026list=PLu8EoSxDXHP5uyzEWxdlr9WQTJJIzr6jy)\n\n## Progress\n\n- [x] Video 1 - Setting Up Webpack Env\n- [x] Video 2 - App Layout \u0026 Component Setup\n- [x] Video 3 - Creating Single \u0026 Photogrid React Components\n- [x] Video 4 - Adding React Router\n- [x] Video 5 - Creating a Redux Store\n- [x] Video 6 - Setup Redux Actions\n- [x] Video 7 - All About Redux Reducers\n- [x] Video 8 - Integrating our Store with React Router\n- [x] Video 9 - Understanding The Reducer's Job\n- [x] Video 10 - Accessing Dispatch and State with Redux\n- [x] Video 11 - Displaying Redux State inside our Components\n- [x] Video 12 - Updating State with Reducers\n- [x] Video 13 - Displaying the Single Photo Component\n- [x] Video 14 - Displaying and Adding Comments\n- [x] Video 15 - Updating Comment State in our Store\n- [x] Video 16 - Redux Reducer Composition\n- [x] Video 17 - Error Tracking and Insights with Sentry\n- [x] Video 18 - Hot Reloading Redux Reducers with webpack\n- [x] Video 19 - Redux Dev Tools\n- [x] Video 20 - Wrap Up and Next Steps\n\n## Notes\n\nHad to fix the `store.js` file to allow redux dev tools extension permissions\n\n    // allow debugging using redux dev tools extension\n    const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;\n\n    const store = createStore(rootReducer, defaultState, composeEnhancers());\n\nUses compose middleware from redux\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequk%2Flearn-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fequk%2Flearn-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fequk%2Flearn-redux/lists"}