Skip to content

Commit dfa2f80

Browse files
authored
Merge pull request #2027 from talkol/patch-1
Add "Avoiding Complexity when Structuring State" link
2 parents e90bf3a + fdc5088 commit dfa2f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/recipes/reducers/PrerequisiteConcepts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ Because of these rules, it's important that the following core concepts are full
9090
- [Redux Without Profanity: Normalizr](https://tonyhb.gitbooks.io/redux-without-profanity/content/normalizer.html)
9191
- [Querying a Redux Store](https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f)
9292
- [Wikipedia: Associative Entity](https://en.wikipedia.org/wiki/Associative_entity)
93-
- [Database Design: Many-to-Many](http://www.tomjewett.com/dbdesign/dbdesign.php?page=manymany.php)
93+
- [Database Design: Many-to-Many](http://www.tomjewett.com/dbdesign/dbdesign.php?page=manymany.php)
94+
- [Avoiding Accidental Complexity When Structuring Your App State](https://medium.com/@talkol/avoiding-accidental-complexity-when-structuring-your-app-state-6e6d22ad5e2a)

0 commit comments

Comments
 (0)