App Directory, is it possible to define routes without using page.js/tsx files? If so, what is the recommended alternative for creating pages or routing logic? #74544
Unanswered
gsmental
asked this question in
App Router
Replies: 1 comment
-
AFAIK, no, the file system routing, using
How does that even happen? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"We've been using the pages directory for years, but now we're looking to implement server-side rendering features. However, one issue we've encountered with the new App Directory structure is that the page.tsx/page.js files are repeated in every directory, which makes the setup more complicated. Sometimes, we accidentally replace a page in the wrong directory, causing us to lose newly developed pages. This has become a significant problem for our workflow."
Beta Was this translation helpful? Give feedback.
All reactions