Routing ~Private Folders~
In Next.js's App Router, a private folder is a feature that excludes a folder and its subfiles from URL routing by prefixing the folder name with an underscore (_) (e.g., _components). It is primarily
kkr-netxjs-blog.hashnode.dev1 min read