diff --git a/docs/faq/CodeStructure.md b/docs/faq/CodeStructure.md index 330e711650..86af84cf18 100644 --- a/docs/faq/CodeStructure.md +++ b/docs/faq/CodeStructure.md @@ -76,6 +76,8 @@ Find the balance between these two extremes, and you will master Redux. - [#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) - [Stack Overflow: Accessing Redux state in an action creator?](http://stackoverflow.com/questions/35667249/accessing-redux-state-in-an-action-creator/35674575) +- [#2796: Gaining clarity on "business logic"](https://github.com/reactjs/redux/issues/2796#issue-289298280) +- [Twitter: Moving away from unclear terminology...](https://twitter.com/FwardPhoenix/status/952971237004926977) diff --git a/docs/faq/General.md b/docs/faq/General.md index 38d67448f2..b258e3a1d7 100644 --- a/docs/faq/General.md +++ b/docs/faq/General.md @@ -31,7 +31,7 @@ What to learn can be an overwhelming question for a JavaScript developer. It hel - [Twitter: Learning Redux before React?](https://twitter.com/dan_abramov/status/739962098030137344) - [Twitter: The first time I used React, people told me I needed Redux...](https://twitter.com/raquelxmoss/status/901576285020856320) - [Twitter: This was my experience with Redux...](https://twitter.com/garetmckinley/status/901500556568645634) - +- [Dev.to: When is it time to use Redux?](https://dev.to/dan_abramov/comment/1n2k) ### When should I use Redux?