Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const logger = store => dispatch => action => {
  2. console.log("%cprev :", "color: #2ecc71", store.getState())
  3. console.log("%caction :", "color: #3498db", action, "\n\n")
  4. return dispatch(action);
  5. }
Add Comment
Please, Sign In to add comment