UNPKG

redux-first-router

Version:

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

7 lines (5 loc) 121 B
export default (function (routes) { return Object.keys(routes).map(function (key) { return routes[key]; }); });