Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created February 26, 2018 15:38
Show Gist options
  • Save ShMcK/5511ef4b9ad02185ef8f8bb067724709 to your computer and use it in GitHub Desktop.
Save ShMcK/5511ef4b9ad02185ef8f8bb067724709 to your computer and use it in GitHub Desktop.
thunkless async
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