Skip to content
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
@eromoe

Description

@eromoe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions