Skip to content

Instantly share code, notes, and snippets.

@tannerlinsley
Last active November 7, 2016 21:47
Show Gist options
  • Save tannerlinsley/b1ec90df54f995de2ab3002e2a7ff7ce to your computer and use it in GitHub Desktop.
Save tannerlinsley/b1ec90df54f995de2ab3002e2a7ff7ce to your computer and use it in GitHub Desktop.
import { Effect, Actions } from 'jumpsuit'
Effect('asyncIncrement', (time = 1000) => {
setTimeout(() => Actions.increment(), time)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment