I'm new to react can somebody please tell me how can I pass the content of the card from one page to another. So basically what I wanna do is that I have few cards when I click on that card I want the information of card such as description and image should be displayed on the redirected page and the redirected page will always be the same only i.e, the content will change as I click on any card.
<CardItem src="images/abc.jpg"
text="something about the image"
label="Adventure"
path="/info"
/>