payload redux code example Example: what is payload in redux const someAction = { type: "Test", payload: {user: "Test User", age: 25}, }