Skip to content

Commit 2f384df

Browse files
committed
Update README.md
1 parent a2c0612 commit 2f384df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,5 @@ Redux has no opinion on how you do this in your project.
261261
### What about `waitFor`?
262262

263263
I wrote a lot of vanilla Flux code, and my only use case for it was avoiding emitting a change before a related Store consumes the action. In Redux this doesn't matter because the change is only emitted after *all* Stores have consumed the action.
264+
265+
If several of your Stores want to read data from each other and depend on each other, it's a sign they should'be been a single Store instead.

0 commit comments

Comments
 (0)