Created
November 21, 2016 15:01
-
-
Save nickhudkins/0e7c04d4c8f643c486cda36c88e8a082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const myAction = () => { | |
return (dispatch) => { | |
dispatch(this) | |
dispatch(that) | |
dispatch(otherThing) | |
dispatch(stopDoingthis) | |
dispatch(whatareyoudoing) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment