This clip describes the integration of redux-thunk library which allows us to make a network request (for example with axios) before changing the global state of redux. The integration is very simple and consists in creating the functions to update the state and make the network request.