have an excellent day, I pass by here to request the help of the community, I hope you can help me, thanks in advance, I have two components in reactjs which do not connect to each other in any way and I need to pass data from a component to another with queryString, in a component I have different sports, I must click and at that moment send the information of the sport clicked to the main page but mainPage is not the parent of sportPage, I see that with queryString it can be but I do not know how to implement it, like sending the information from the sportPage and how do I get it in mainPage with queryString?