Skip to content

Instantly share code, notes, and snippets.

@jhollingworth
Created January 26, 2015 23:02
Show Gist options
  • Save jhollingworth/506e01af2070918dc7a3 to your computer and use it in GitHub Desktop.
Save jhollingworth/506e01af2070918dc7a3 to your computer and use it in GitHub Desktop.
Action status
var ActionStore = require('marty/stores/actionStore');
var actionToken = ActionCreators.someAction();
ActionStore.addChangeListener(function () {
var action = ActionStore.getAction(actionToken);
console.log(action.status, action.error)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment