dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisondocs/docs/flux-todo-list.md ModifiedPatch
Files changed
Rendering syntax-highlighted changes…