{"id":16052198,"url":"https://github.com/gregnb/react-redux-bookmarks","last_synced_at":"2026-01-18T23:01:12.651Z","repository":{"id":66150665,"uuid":"93398734","full_name":"gregnb/react-redux-bookmarks","owner":"gregnb","description":"React \u0026 Redux bookmarks","archived":false,"fork":false,"pushed_at":"2017-06-22T18:59:04.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T07:24:28.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/gregnb.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":"2017-06-05T11:51:27.000Z","updated_at":"2017-06-05T11:51:27.000Z","dependencies_parsed_at":"2023-03-10T23:40:36.919Z","dependency_job_id":null,"html_url":"https://github.com/gregnb/react-redux-bookmarks","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"763fe941018b3829d5f360bc8a8a36dd6fc89758"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregnb/react-redux-bookmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregnb%2Freact-redux-bookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregnb%2Freact-redux-bookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregnb%2Freact-redux-bookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregnb%2Freact-redux-bookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregnb","download_url":"https://codeload.github.com/gregnb/react-redux-bookmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregnb%2Freact-redux-bookmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28553055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-09T01:07:58.783Z","updated_at":"2026-01-18T23:01:12.635Z","avatar_url":"https://github.com/gregnb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-redux-bookmarks\nReact \u0026amp; Redux bookmarks\n\n# React\n\n- **A DEEP DIVE INTO REACT PERF DEBUGGING**  \n  http://benchling.engineering/deep-dive-react-perf-debugging/ \n\n- **Performance optimisations for React applications**  \n  https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-b453c597b191\n\n- **Performance optimisations for React applications part 2**  \n  https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-round-2-2042e5c9af97\n\n- **Component Rendering Performance in React**  \n  https://medium.com/modus-create-front-end-development/component-rendering-performance-in-react-df859b474adc\n\n# React + D3\n\n- **D3 within React the right way**  \n  https://oli.me.uk/2015/09/09/d3-within-react-the-right-way/\n\n- **How to handle tons of DOM operation from D3 in React to take advantage of its virtualDOM**  \n  https://stackoverflow.com/questions/35186246/how-to-handle-tons-of-dom-operation-from-d3-in-react-to-take-advantage-of-its-vi\n\n- **React + D3.js: Balancing Performance \u0026 Developer Experience**  \n  https://medium.com/@tibotiber/react-d3-js-balancing-performance-developer-experience-4da35f912484\n\n\n\n\n# Redux\n\n- **Structuring a Redux app in 'Ducks' modular style**  \n  http://blog.sapegin.me/all/react-structure\n\n- **Ducks modular proposal**  \n  https://github.com/erikras/ducks-modular-redux\n  \n- **Scaling your Redux App with ducks**  \n  https://medium.freecodecamp.com/scaling-your-redux-app-with-ducks-6115955638be\n  \n- **Organizing a Redux Application**  \n  https://jaysoo.ca/2016/02/28/organizing-redux-application/\n\n- **My journey toward a maintainable project structure for React/Redux**  \n  https://hackernoon.com/my-journey-toward-a-maintainable-project-structure-for-react-redux-b05dfd999b5\n  \n- **Improving React and Redux performance with Reselect**  \n  http://blog.rangle.io/react-and-redux-performance-with-reselect/\n\n- **Testing a React-Redux app using Jest and Enzyme**  \n  https://medium.com/@gethylgeorge/testing-a-react-redux-app-using-jest-and-enzyme-b349324803a9\n\n- **What is the best way to access a Redux Store outside a React Component?**  \n  https://stackoverflow.com/questions/38460949/what-is-the-best-way-to-access-redux-store-outside-a-react-component\n\n- **A Dummy’s Guide to Redux and Thunk in React**  \n  https://medium.com/@stowball/a-dummys-guide-to-redux-and-thunk-in-react-d8904a7005d3\n\n- **Async operations using redux-saga**  \n  https://medium.freecodecamp.com/async-operations-using-redux-saga-2ba02ae077b3\n\n- **Immutable JS: worth the cost?**  \n  https://medium.com/@AlexFaunt/immutablejs-worth-the-price-66391b8742d4\n  \n  \n  \n \n \n  \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregnb%2Freact-redux-bookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregnb%2Freact-redux-bookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregnb%2Freact-redux-bookmarks/lists"}