UNPKG

redux-first-router

Version:

think of your app in states not routes (and, yes, while keeping the address bar in sync)

5 lines (3 loc) 145 B
export default (function (action) { return !!(action && action.meta && action.meta.location && action.meta.location.kind === 'redirect'); });