Skip to content

Commit 9478a8d

Browse files
Anemolotimdorr
authored andcommitted
Docs(FAQ): Adding links to existing questions #2854 (#2936)
* Docs: Adding more links * Typo + better title * Triple dot for elipsis
1 parent 2f11005 commit 9478a8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/faq/CodeStructure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Find the balance between these two extremes, and you will master Redux.
7676
- [#1165: Where to put business logic / validation?](https://github.com/reactjs/redux/issues/1165)
7777
- [#1171: Recommendations for best practices regarding action-creators, reducers, and selectors](https://github.com/reactjs/redux/issues/1171)
7878
- [Stack Overflow: Accessing Redux state in an action creator?](http://stackoverflow.com/questions/35667249/accessing-redux-state-in-an-action-creator/35674575)
79+
- [#2796: Gaining clarity on "business logic"](https://github.com/reactjs/redux/issues/2796#issue-289298280)
80+
- [Twitter: Moving away from unclear terminology...](https://twitter.com/FwardPhoenix/status/952971237004926977)
7981

8082

8183
<a id="structure-action-creators"></a>

docs/faq/General.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ What to learn can be an overwhelming question for a JavaScript developer. It hel
3131
- [Twitter: Learning Redux before React?](https://twitter.com/dan_abramov/status/739962098030137344)
3232
- [Twitter: The first time I used React, people told me I needed Redux...](https://twitter.com/raquelxmoss/status/901576285020856320)
3333
- [Twitter: This was my experience with Redux...](https://twitter.com/garetmckinley/status/901500556568645634)
34-
34+
- [Dev.to: When is it time to use Redux?](https://dev.to/dan_abramov/comment/1n2k)
3535

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

0 commit comments

Comments
 (0)