Oct 27, 2020
Sleeping cat the dispatch is automatically getting passed to the function because we have configured redux-thunk middleware in `store/store.js file` as applyMiddleware(thunk).
If you want to learn how it actually works, check out my previous tutorial here.