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

179 B

title, localeTitle
title localeTitle
Define a Redux Action 定义Redux动作

定义Redux动作

以下是如何声明Redux Action。

let action={ 
  type: 'LOGIN' 
 }