Guest User

Untitled

a guest
Dec 13th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // if action.payload is like: { matches: [] };
  2. const reducerDescription = {
  3. // This will store the array of matches instead of the whole object comming from payload
  4. [actions.GET_MATCHES_SUCCESS]: onSuccess(action => action.payload.matches)
  5. };
Add Comment
Please, Sign In to add comment