redux-saga-router
redux-saga-router copied to clipboard
A router for Redux Saga
See screenshot: https://puu.sh/Awx72/96dad7e153.png There are two sets of logging lines: one is in the `beforeRouteChange` method passed in as `options` to redux-saga-router, the other is using `react-router-redux` to listen to...
I frequently run into situations where it would be helpful to know that a route has just changed or is in the process of changing. Think of something like React's...
Currently using window.location.href and then splitting on ('/') to get the value of '*' in /:my/:path/* Is there a better way to do this?
Code below not work `const routes = { '/assets/:id/:tab?': function*({ id }) { try { yield* fetchAssetsItemSaga(id); } finally { if (yield cancelled()) { console.log('leave from', id); } } }...
Along with examples, the docs in the README need to be more robust and highlight the API options better.
Let’s get started with automated dependency management for redux-saga-router :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...