Skip to content

Instantly share code, notes, and snippets.

@mercykip
Last active July 19, 2021 10:59
Show Gist options
  • Select an option

  • Save mercykip/ed276b02a01ebaf421d9b25a2d1fc32c to your computer and use it in GitHub Desktop.

Select an option

Save mercykip/ed276b02a01ebaf421d9b25a2d1fc32c to your computer and use it in GitHub Desktop.
const getUser = () => {
return {
type: 'GET_USER',
payload: {name: "mercy", gender: "Female"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment