UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

4 lines 294 B
import{ACTION_UPDATE}from'@virtuous/conductor';import*as actions from"../../action-creators/router";/** * @param {Route} route The updated route. * @returns {Function} */export function routeDidUpdate(route){return function(dispatch){dispatch(actions.routeDidUpdate(route,ACTION_UPDATE));};}