0.0.4 • Published 5 years ago

connected-react-router-history v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Connected React Router History

Adds a complete history stack to the router reducer

Usage

Simply wrap the router reducer in the attachRouterHistory function.

import { attachRouterHistory } from 'connected-react-router-history';
import { history } from './history';
import { connectRouter } from 'connected-react-router';

const rootReducer = combineReducers({
    router: attachRouterHistory(connectRouter(history)),
});
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago