use params in class based component

Solutions on MaxInterview for use params in class based component by the best coders in the world

showing results for - "use params in class based component"
Ivan
26 Nov 2020
1<Route exact path="/details/:id" render={(props) => <DetailsPage globalStore={globalStore} {...props} /> } />
2
similar questions
queries leading to this page
use params in class based component