v3.0.0-beta3
Pre-release
Pre-release
Export wrapDispatch
instead of wrapAction
, you can use wrapDispatch
to wrap redux's dispatch then dispatch action manually.
import { wrapDispatch } from 'multireducer'
import { add } from './actions/list'
wrapDispatch(dispatch, 'additional')(add)