const logger = store => next => action => {//这里是什么意思 箭头函数我懂 但是这个没理解
console.log('dispatch:', action);
next(action);
console.log('finish:', action);
};
求解答这个是什么意思啊
logger = store => next => action =>{}
store,next,action是参数吗?但是没有显示传递啊?
慕田峪4524236
富国沪深
相关分类