freeCodeCamp/guide/english/certifications/front-end-libraries/redux/define-a-redux-action/index.md

149 B

title
Define a Redux Action

Define a Redux Action

Here is how to declare a Redux Action.

let action={
  type: 'LOGIN'
}