Closed
Description
In redux-little-router
one can specify optional parameters in route paths, e.g. /some/path/(:foo)
, and then both /some/path
and /some/path/hello
would map to the same route, in the former case passing { foo: undefined }
as the parameters. Is there a similar mechanism in redux-first-router
whereby those could both map to the same action but with an optional field in the payload?
Metadata
Metadata
Assignees
Labels
No labels