React

Redux Quiz - Redux actions payload

26.

What is the purpose of the payload property in a Redux action?

It defines the structure of the Redux store

It determines the order in which actions are dispatched

It specifies the type of the action

It holds additional data related to the action