Skip to content

v3.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@yesmeck yesmeck released this 05 Jul 06:49
· 38 commits to master since this 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)