You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -261,3 +261,5 @@ Redux has no opinion on how you do this in your project.
261
261
### What about `waitFor`?
262
262
263
263
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