Answer the question
In order to leave comments, you need to log in
React route history?
There are 3 routes: the page of all partners, the page of a certain category of partners and the view partner
<Route exact path='/partners/' component={AllPartners} />
<Route exact path='/partners/:idCat' component={AllPartners} />
<Route exact path='/partner/:id' component={PartnerView} />
Answer the question
In order to leave comments, you need to log in
pass ?backpage='frompage' when called. so that it gets into the list of parameters when clicking on the link. as is usually done in advertising and one-page
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question