Skip to content

Instantly share code, notes, and snippets.

@gilankpam
Last active July 26, 2017 02:31
Show Gist options
  • Select an option

  • Save gilankpam/1f4e2a2fb727a0424a51afd10a3742f5 to your computer and use it in GitHub Desktop.

Select an option

Save gilankpam/1f4e2a2fb727a0424a51afd10a3742f5 to your computer and use it in GitHub Desktop.
export const { loginAction, loginActionTypes, loginReducer } = reduxHelper('login', function(username, password) {
return api.login('username', 'password')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment