dillon1000/react

Commit

Update Flux Dispatcher.dispatch and waitFor examples

The previous examples didn't properly work when 1) a Store callback does
waitFor on Stores that haven't been reached yet and 2) a Store callback
waits on another Store that is already waiting.

The updated example uses constructs Promises up front and then
asynchronously resolves them.
Browse files
Changed paths1 file
First-parent comparison
M docs/docs/flux-todo-list.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…