Closed
Description
I'm not sure if this has been discussed before (quick search got me no where), but I am noticing that no middleware is executed when redux does its init
actions. Is this on purpose or just something that has come out of the functional composition nature of redux? I would like to use middleware to ensure payload objects on each of my actions, but the init
actions cause things to explode due to not passing through middleware.