0.0.4 • Published 9 years ago
redux-hist-dom v0.0.4
redux-hist

Middlewares / Actions / Reducers for Redux around History API.
Middlewares / Actions / Reducers for Redux around History API.
push(path: history.Path, state?: history.LocationState): ReduxActions.Action<{path: history.Path, state?: history.LocationState}>replace(path: history.Path, state?: history.LocationState): ReduxActions.Action<{path: history.Path, state?: history.LocationState}>go(diff: number): ReduxActions.Action<number>goBack(): ReduxActions.Action<void>goForward(): ReduxActions.Action<void>createRouterMiddleware(router: Router, history: history.History): Redux.MiddlewarecreateStaticRouterMiddleware(router: Router, pathname: string): Redux.MiddlewarereduceHistory(state: History, action: HistoryAction): HistoryreduceRouting(state: Routing, action: HistoryAction): Routingclass Routerconstructor()router(path: pathToRegexp.Path): Keyexec(location: Pathname): Result