Async Action Creators
Learn how to test async action creators.
We'll cover the following...
Throughout this course, we have tried to discourage the use of asynchronous action creators and functions that have side effects and have used various libraries, like redux-thunk
, to allow ...