Skip to content

Instantly share code, notes, and snippets.

@biera
Created November 11, 2020 19:18
Show Gist options
  • Save biera/a256b44db73e5dd0a685206c66bd0fa9 to your computer and use it in GitHub Desktop.
Save biera/a256b44db73e5dd0a685206c66bd0fa9 to your computer and use it in GitHub Desktop.
typed redux middleware
const uselessMiddleware: Middleware<{}, State> = (store) => next => action => next(action)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment