133 ms·
It's a great guide with excellent suggestions along the way. I would suggest adding few links on React Optimization to it. A guide on how to break React compone
by darklrd 9y ago
It's a great guide with excellent suggestions along the way. I would suggest adding few links on React Optimization to it. A guide on how to break React components and how to implement store/state once you start to scale would be very helpful. :)
- acemarke 9y agoThis guide is meant as an overview of an array of technologies. My React/Redux links list, on the other hand, has you covered :) See the "React Performance", "React Architecture", "React Component Patterns", and "Redux Architecture" sections: [0] https://github.com/markerikson/react-redux-links/blob/master/react-performance.md https://github.com/markerikson/react-redux-links/blob/master... [1] https://github.com/markerikson/react-redux-links/blob/master/react-architecture.md https://github.com/markerikson/react-redux-links/blob/master... [2] https://github.com/markerikson/react-redux-links/blob/master/react-component-patterns.md https://github.com/markerikson/react-redux-links/blob/master... [3] https://github.com/markerikson/react-redux-links/blob/master/redux-architecture.md https://github.com/markerikson/react-redux-links/blob/master...
- andrewjrhill 9y agoYour list has been absolutely instrumental in my path towards mastering react/redux. A big thank you for all the hard work. You are multiplying the communities knowledge and we're all improving because of it.
- acemarke 9y agoThanks! Comments like yours are why I keep working on updating my lists :)
- darklrd 9y agoWow. This is exactly what I was looking for! Thanks a lot for creating and sharing this list.