Skip to content
Skillo.dev
question

Best way to structure a large Next.js App Router project?

Arjun Mehta6h ago 88
As my project grows I am struggling to keep the app directory tidy. How do you organize features, shared components and server code?
0

1 Reply

  • We split by feature folder with a colocated components dir, and keep server-only code behind a clear boundary. Made onboarding much easier.
    0

Sign in to reply.