Skip to content

Commit

Permalink
Add new links to Code Structure (#2494)
Browse files Browse the repository at this point in the history
* Add new links to Code Structure

* Change link description

* Change discussion description
  • Loading branch information
gribnoysup authored and timdorr committed Jul 10, 2017
1 parent d019f11 commit 7c68f34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/faq/CodeStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7c68f34

Please sign in to comment.