UNPKG

redux-first-router

Version:

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

13 lines (10 loc) 271 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _index = require('../index'); exports.default = function (routes) { return function (dispatch) { return dispatch({ type: _index.ADD_ROUTES, payload: { routes: routes } }); }; };