Skip to content

Commit a538893

Browse files
gribnoysupseantcoyote
authored andcommitted
Add new links to Code Structure (reduxjs#2494)
* Add new links to Code Structure * Change link description * Change discussion description
1 parent bc05553 commit a538893

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/faq/CodeStructure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ Find the balance between these two extremes, and you will master Redux.
6565
**Articles**
6666
- [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)
6767
- [How to Scale React Applications](https://www.smashingmagazine.com/2016/09/how-to-scale-react-applications/)
68+
- [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)
6869

6970
**Discussions**
71+
- [How putting too much logic in action creators could affect debugging](https://github.com/reactjs/redux/issues/384#issuecomment-127393209)
7072
- [#1165: Where to put business logic / validation?](https://github.com/reactjs/redux/issues/1165)
71-
- [#1171: Recommendations for best practices regarding action-creators, reducers, and selectors](https://github.com/reactjs/redux/issues/1171 )
73+
- [#1171: Recommendations for best practices regarding action-creators, reducers, and selectors](https://github.com/reactjs/redux/issues/1171)
7274
- [Stack Overflow: Accessing Redux state in an action creator?](http://stackoverflow.com/questions/35667249/accessing-redux-state-in-an-action-creator/35674575)

0 commit comments

Comments
 (0)