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) 123 B
export default (function (action) { return !!(action.meta && action.meta.location && action.meta.location.current); });