Skip to content

Instantly share code, notes, and snippets.

@baso53
Last active October 22, 2018 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baso53/d0d41f15a40642db4cecd095d03d6cfd to your computer and use it in GitHub Desktop.
Save baso53/d0d41f15a40642db4cecd095d03d6cfd to your computer and use it in GitHub Desktop.
implementing-sagas-logging-middleware-1
const middleware = store => next => action => {
console.log(action.type);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment