Server Communication
Learn about server communication using redux-thunk.
We'll cover the following...
We'll cover the following...
How does redux-thunk work?
The library is a small middleware that checks the type of every action dispatched. When it notices the action is actually a function, redux-thunk will call it, passing it the ...