--- title: Define a Redux Action --- # Define a Redux Action --- ## Hints ### Hint 1 Here is how to declare a Redux Action. ```jsx let action={ type: 'LOGIN' } ```