Skip to content

Instantly share code, notes, and snippets.

@talyssonoc
Created January 17, 2019 13:14
Show Gist options
  • Save talyssonoc/d22f2c8a32c473acfb4a641d466c37cd to your computer and use it in GitHub Desktop.
Save talyssonoc/d22f2c8a32c473acfb4a641d466c37cd to your computer and use it in GitHub Desktop.
const createUser = (userData) => ({
type: 'CREATE_USER',
userData
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment