redux-saga-router
redux-saga-router copied to clipboard
A router for Redux Saga
I've noticed that last commit is from more than a year ago (11/2/2018) and that PRs for updating redux-saga to v1.x.x are pending without response. @jfairbank Do you plan to...
Hi I tried to use your package but i am facing following errors 1. ` Please use `require("history").createBrowserHistory` instead of `require("history/createBrowserHistory")`. Support for the latter will be removed in the...
See #36 for details. This is a rebase.
Why: * New redux-saga 1.0.0 introduced some breaking changes, which changed the path for the effects used. This change addresses the issue by: * Updating react, react-dom, react-router, redux, redux-saga...
This will bump dependencies.
Currently, the result of ruta3's "splat" matching (wildcards) is not passed to route handlers. This adds the `splat` property of a ruta3 match as the second argument to a route...
We should consider the router to go to 1.0.1 instead of 1.0.0.
Does anyone have a sample project for any of the supported APIs? I would like to use this package, but I'm new to Saga and I'm not even sure how...
Could this be upgraded to be used with the new redux-saga 1.0.0(-beta.0)?
Any thoughts or examples how to use this library with SSR ? I guess I can use this library only on the client and implement some additional functionality based on...