Zhu Jie
Results
1
comments of
Zhu Jie
Why not move it to middleware? like that ``` export const analyticsMiddleware = store => next => action => { switch (action.type) { case DO_FOO: const { meta } =...