Files
freeCodeCamp/guide/english/certifications/front-end-libraries/redux/define-a-redux-action/index.md
2018-10-16 21:32:40 +05:30

149 B

title
title
Define a Redux Action

Define a Redux Action

Here is how to declare a Redux Action.

let action={
  type: 'LOGIN'
}