Skip to content

Instantly share code, notes, and snippets.

@minajevs
Created October 12, 2018 08:53
Show Gist options
  • Save minajevs/69125388da9c47a2d888f0b07a2ec567 to your computer and use it in GitHub Desktop.
Save minajevs/69125388da9c47a2d888f0b07a2ec567 to your computer and use it in GitHub Desktop.
const thunk = createThunk<State, Action, Payload>((dispatch, payload) => {
doSomething(payload)
return dispatch(someAction())
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment