react-redux-router
An incredibly simple and easy to use router for react redux apps.
All that is required is a routes config object to be set, then import the Router component and routerReducer and pass the store and routes to the Router component.
Setup routes
const Routes = path: '/' component: <Home /> path: '/about' component: <About /> ;
Basic setup (examples/counter)
const store = const rootEl = document const render = ReactDOM store