diff --git a/docs/faq/CodeStructure.md b/docs/faq/CodeStructure.md index fb1ce8f1c8..fb2084d4e7 100644 --- a/docs/faq/CodeStructure.md +++ b/docs/faq/CodeStructure.md @@ -65,8 +65,10 @@ Find the balance between these two extremes, and you will master Redux. **Articles** - [Where do I put my business logic in a React/Redux application?](https://medium.com/@jeffbski/where-do-i-put-my-business-logic-in-a-react-redux-application-9253ef91ce1) - [How to Scale React Applications](https://www.smashingmagazine.com/2016/09/how-to-scale-react-applications/) +- [The Tao of Redux, Part 2 - Practice and Philosophy. Thick and thin reducers.](http://blog.isquaredsoftware.com/2017/05/idiomatic-redux-tao-of-redux-part-2/#thick-and-thin-reducers) **Discussions** +- [How putting too much logic in action creators could affect debugging](https://github.com/reactjs/redux/issues/384#issuecomment-127393209) - [#1165: Where to put business logic / validation?](https://github.com/reactjs/redux/issues/1165) -- [#1171: Recommendations for best practices regarding action-creators, reducers, and selectors](https://github.com/reactjs/redux/issues/1171 ) +- [#1171: Recommendations for best practices regarding action-creators, reducers, and selectors](https://github.com/reactjs/redux/issues/1171) - [Stack Overflow: Accessing Redux state in an action creator?](http://stackoverflow.com/questions/35667249/accessing-redux-state-in-an-action-creator/35674575)