UNPKG

redux-first-router

Version:

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

11 lines (8 loc) 245 B
// @flow import type { Action } from '../flow-types' export default (action: Action, kind: string) => { action.meta = action.meta || {} action.meta.location = action.meta.location || {} action.meta.location.kind = kind return action }