Hello Everyone!! I recently switched from react to next. I made single Page Web Apps using Next.JS.
Now, I want to make a multiple pages website project in Next.JS.
There is a Sidebar like this:
I defined the pages and routes.
When I click on any link in the side bar, the sidebar collapses and showing a new page.
How to keep the side bar and switch between pages like I use to do in React-Router-DOM.
Any help would be appreciated.
Thanks in Advance!!
Om