UNPKG

redux-first-router

Version:

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

8 lines (6 loc) 188 B
import { ADD_ROUTES } from '../index'; export default (function (routes) { return function (dispatch) { return dispatch({ type: ADD_ROUTES, payload: { routes: routes } }); }; });