All Questions
2 questions
1
vote
1
answer
3k
views
how to pass data from one container to another container in react router
I am creating one application using react-router-v4, react-bootstrap,react-router-bootstrap so I have one LinkContainer on click of that I go to new page, but I want some data from the existing page ...
0
votes
0
answers
103
views
How to access parameter not present in URL in react router v4
I'm using react router v4. I have navbar in it. it has one dropdown clicking on it it navigates to one page. I'm passing it's as URL parameter but I want it's name on my next page as well. Any idea ...