I created a website with many pages with react routers. So I want the navbar to be seen everywhere on the website. I've created a separate navbar component and i'm using it in the home page. And in the home page I have some functions which generate some information and that information is passed in the navbar as props.
So my navbar on the home page has that information, I'm not able to do the same for the nabar for other pages like the about page.
Because the information is in the home page not in the about page