UNPKG

redux-first-router

Version:

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

9 lines (6 loc) 189 B
export default (function (action, kind) { action.meta = action.meta || {}; action.meta.location = action.meta.location || {}; action.meta.location.kind = kind; return action; });