Redux Debounce Middleware
In the last post I wrote about using middleware to isolate asynchronous effects from synchronous action dispatches. In this post I’ll illustrate a very simple redux debounce middleware function that works on the same principle.