Skip to content

Instantly share code, notes, and snippets.

@rt2zz
Created August 9, 2015 09:02
Show Gist options
  • Save rt2zz/55d16d4bfa2cd4d5d7e3 to your computer and use it in GitHub Desktop.
Save rt2zz/55d16d4bfa2cd4d5d7e3 to your computer and use it in GitHub Desktop.
Async ActionCreators
createMessage: dispatch => {
.../
}
Remotes
dispatch(createMessage(data))
...
case CREATE_MESSAGE:
Client
createMessage(dispatch, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment