This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
How to pass params by Link ? #327
Open
Description
Hi,
I know I can pass params by Route like
<Route path="/corpus/:corpusId/tag" component={TagPage} tags={tags} />}/>
But that require set component
, and component
must be child of current page. That is inconvenient.
I'd like to use Link like
<Link path="/corpus/:corpusId/tag" tags={tags} />}/>
Automatically pass tags to certain component.
Metadata
Metadata
Assignees
Labels
No labels