pass parameters through params, but can only one parameter be passed?
//
<Route path="/Article/:id" component={Article} />
//
this.props.history.push(`/Article/${id}`)
can this method pass only one parameter? . How should I write if I pass multiple parameters?
< H2 > I think it is possible to pass multiple parameters through the query and state methods, but when the page is refreshed, the parameters are lost, which seems undesirable < / H2 >.