How to emulate Next.js app router constraints #4421
Unanswered
Thiagolino8
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unlike probably most people here, I like next's directory-based routing model and hate remix's file-based routing mode, whether with flat-routes or not
Unfortunately I don't like the rest of Next, so I was wondering if there's any way to emulate its routing using tanstack router's router settings. Basically what I want is:
I tried this configuration, but it ignores entire directories that fall into the pattern:
Beta Was this translation helpful? Give feedback.
All reactions