...

/

Passing Parameters to Actions

Passing Parameters to Actions

Learn how to pass parameters to actions.

We'll cover the following...

While the type property in an action is enough for reducers and middleware to know what action to process, more information will be useful or required in most cases.

For example, instead of sending the ...