react-redux-with-path
Version:
A version of react-redux designed for cases that want to access sub-tree of the state. and take it as state in mapStateToProps and mapDispatchToProps
18 lines (15 loc) • 433 B
JavaScript
import bindActionCreators, { wrapActionCreatorsWithPath } from './bindActionCreators';
import storeShape from './storeShape';
import pathType from './pathType';
import shallowEqual from './shallowEqual';
import warning from './warning';
import wrapActionCreators from './wrapActionCreators';
export {
bindActionCreators,
wrapActionCreatorsWithPath,
storeShape,
pathType,
shallowEqual,
warning,
wrapActionCreators,
};