- Action Names:
these are constants (usu. strings) that are the names that identify what you are doing. Think of it like the names of functions. An action is a name-payload pair that moves through the Redux/Saga state system. This is a formalization of a function call
- Action Functions:
These take in arguments and return an object in the form
{ action: <>