Good friends, I am using the YouTube app to get the videos, the problem is that I'm using react-router, I have my Show component where I have my tag that is going to call my Reproductive component but there is a problem because my Reproductive component I want to get data (title of the video, x value) but the way to send data is through the props, but I can not send it that way because I do not want to show me the video if not until I call to my route.
I will leave the components where I have the doubts hopefully you can help me please I have not found a clear help with this
I already get the corresponding video, what I need is to send you data to get the name of the video and another list of videos that are related. Help please