I have my application designed as:
App.js containing two route:
- Login & Signup
- HomePage.
HomePage has the layout as:
Header
Sidebar
ContentArea
The header and sidebar component are imported into home.
Now what I want is when I click of any entries of sidebar, I want its content to be loaded in the content area section.
I have tried using link of react router in sidebar and then route on homepage with link to each menu pages or components but thatbdidnt work