蟻景網(wǎng)安滲透測試工程師特訓(xùn)班10期
action => {
? ?console.log('will dispatch', action)
? ?// 此處的 next === dispatch === store.dispatch === createStore(reducer, preloadedState).dispatch
? ?const returnValue = next(action)
? ?console.log('state after dispatch', getState())
? ?return returnValue}
標(biāo)簽: