Currently it appears both hooks and effects run before the reducer. I'd like to be able to fire a side effect after the reducer has updated the state e.g. to write updated state to in-browser db.
Is this possible using the existing API and if not would you consider a new post effects/hooks API?