Skip to content

Commit

Permalink
Docs(FAQ): Adding links to existing questions #2854 (#2936)
Browse files Browse the repository at this point in the history
* Docs: Adding more links

* Typo + better title

* Triple dot for elipsis
  • Loading branch information
Anemolo authored and timdorr committed Apr 16, 2018
1 parent 2f11005 commit 9478a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/faq/CodeStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<a id="structure-action-creators"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/General.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a id="general-when-to-use"></a>
### When should I use Redux?
Expand Down

0 comments on commit 9478a8d

Please sign in to comment.