Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Last active August 3, 2017 17:24
Show Gist options
  • Select an option

  • Save viniciusdacal/1903f370235140bc6dccbe5cad83ab3b to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/1903f370235140bc6dccbe5cad83ab3b to your computer and use it in GitHub Desktop.
const middleware = store => next => action => {
next(action);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment