Kann mir jemand erklären, was der Code hereErklärung es 6 Code
return() => next => action => {
const callAPI = action[CALL_API];
if (typeof callAPI === 'undefined') {
return next(action);
}
let { endpoint } = callAPI;
const { types, bailout } = callAPI;
Es wird zunächst tut eine Funktion zurückkehrt, aber ich erhalte nicht, warum gibt es zwei weitere Fettpfeile nach dem ersten.