UNPKG

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

5 lines (3 loc) 130 B
import SubProvider from './components/SubProvider'; import connect from './components/connect'; export { SubProvider, connect };