https://github.com/gregnb/react-redux-bookmarks
React & Redux bookmarks
https://github.com/gregnb/react-redux-bookmarks
Last synced: 6 months ago
JSON representation
React & Redux bookmarks
- Host: GitHub
- URL: https://github.com/gregnb/react-redux-bookmarks
- Owner: gregnb
- Created: 2017-06-05T11:51:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T18:59:04.000Z (about 9 years ago)
- Last Synced: 2025-04-05T07:24:28.786Z (about 1 year ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-bookmarks
React & Redux bookmarks
# React
- **A DEEP DIVE INTO REACT PERF DEBUGGING**
http://benchling.engineering/deep-dive-react-perf-debugging/
- **Performance optimisations for React applications**
https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-b453c597b191
- **Performance optimisations for React applications part 2**
https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-round-2-2042e5c9af97
- **Component Rendering Performance in React**
https://medium.com/modus-create-front-end-development/component-rendering-performance-in-react-df859b474adc
# React + D3
- **D3 within React the right way**
https://oli.me.uk/2015/09/09/d3-within-react-the-right-way/
- **How to handle tons of DOM operation from D3 in React to take advantage of its virtualDOM**
https://stackoverflow.com/questions/35186246/how-to-handle-tons-of-dom-operation-from-d3-in-react-to-take-advantage-of-its-vi
- **React + D3.js: Balancing Performance & Developer Experience**
https://medium.com/@tibotiber/react-d3-js-balancing-performance-developer-experience-4da35f912484
# Redux
- **Structuring a Redux app in 'Ducks' modular style**
http://blog.sapegin.me/all/react-structure
- **Ducks modular proposal**
https://github.com/erikras/ducks-modular-redux
- **Scaling your Redux App with ducks**
https://medium.freecodecamp.com/scaling-your-redux-app-with-ducks-6115955638be
- **Organizing a Redux Application**
https://jaysoo.ca/2016/02/28/organizing-redux-application/
- **My journey toward a maintainable project structure for React/Redux**
https://hackernoon.com/my-journey-toward-a-maintainable-project-structure-for-react-redux-b05dfd999b5
- **Improving React and Redux performance with Reselect**
http://blog.rangle.io/react-and-redux-performance-with-reselect/
- **Testing a React-Redux app using Jest and Enzyme**
https://medium.com/@gethylgeorge/testing-a-react-redux-app-using-jest-and-enzyme-b349324803a9
- **What is the best way to access a Redux Store outside a React Component?**
https://stackoverflow.com/questions/38460949/what-is-the-best-way-to-access-redux-store-outside-a-react-component
- **A Dummy’s Guide to Redux and Thunk in React**
https://medium.com/@stowball/a-dummys-guide-to-redux-and-thunk-in-react-d8904a7005d3
- **Async operations using redux-saga**
https://medium.freecodecamp.com/async-operations-using-redux-saga-2ba02ae077b3
- **Immutable JS: worth the cost?**
https://medium.com/@AlexFaunt/immutablejs-worth-the-price-66391b8742d4