You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a routeDispatcher that wraps actionDispatcher to provide a consistent API in RouteProvider context that works with actiondispatcher context.
Allows routeDispatcher to receiveRoute and addRouteListener which translate route -> action and action -> route as appropriate (i.e. {routeName: foo} => {type: foo})
Multiple paradigms of updating routes and actions supported with underlying actionDispatcher.