We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d0a99 commit 0daa0b4Copy full SHA for 0daa0b4
1 file changed
packages/rudy/docs/differences-from-rfr.md
@@ -33,6 +33,8 @@ This is an overview of its differences from redux-first-router.
33
rendering.
34
- `payload` has been renamed to `params`, e.g. `{ type: 'FOO', params: {} }` and
35
`state.location.params`.
36
+- The `redirect` value of the `kind` property of routing actions has changed to
37
+ `replace`
38
- `actionToPath` and `pathToAction` have been replaced with `actionToUrl` and
39
`urlToAction`. The URL side is no longer only a string, but an object with a
40
`url` (pathname, query, hash) and a `state`)
0 commit comments