Package Exports
- redux-first-history
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (redux-first-history) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
redux-first-history
Redux First History - Redux 100% SINGLE-AND-ONLY source of truth!
Main Goal
this.context.router.history.location === state.router.location
this.context.route.location === state.router.location
this.props.history.location === state.router.location
this.props.location === state.router.location
withRouter.props.location === state.router.location
Always. Whatever happens.
Usage
npm install redux-first-history
index.js