UNPKG

redux-first-router

Version:

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

9 lines (7 loc) 206 B
// @flow import type { Action } from '../flow-types' export default (action: Action): boolean => !!(action && action.meta && action.meta.location && action.meta.location.kind === 'redirect')