Reactjs – Route structure and layouts problem in Next.js
I have a web-app I want to implement something like this, I already have Navbar(Header) and footer components. How would my file structure look like, not sure if i should use grouping because it doesn't solve it. I tried route…