Skip to content

Commit a2c0612

Browse files
committed
Update README.md
1 parent be68a10 commit a2c0612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,7 @@ export default createStore(initialState, {
257257
It's all just functions.
258258
Fancy stuff like generating stores from handler maps, or generating action creator constants, should be in userland.
259259
Redux has no opinion on how you do this in your project.
260+
261+
### What about `waitFor`?
262+
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.

0 commit comments

Comments
 (0)