Created
February 26, 2018 15:38
-
-
Save ShMcK/5511ef4b9ad02185ef8f8bb067724709 to your computer and use it in GitHub Desktop.
thunkless async
This file contains hidden or 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 incrementAsync = async (count) => { | |
await delay() | |
dispatch(increment(count)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment