UNPKG

redux-first-router

Version:

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

6 lines (4 loc) 188 B
// @flow import type { Action, ReceivedAction } from '../flow-types' export default (action: Object): boolean => !!(action.meta && action.meta.location && action.meta.location.current)