react-router-redux-params
Provides extra methods for react-router-redux which store react-router route params in addition to history location object.
You won't need this if you're only accessing route params inside your components, react-router already provides params as a prop. This is meant for usage outside component tree, for example with refire.
NOTE This hasn't been tested with redux-devtools, breakage might ensue.
Usage
const routes = <Route path="foo" component=Foo/> <Route path="bar" component=Bar/> const reducer = // Sync dispatched route actions to the historyconst createStoreWithMiddleware = createStore const store = // syncParams also accepts custom action creator as fourth parameter, see src/index.js for more info ReactDOM
License
MIT