How to emulate Next.js app router constraints
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 directories with a name that fall into the pattern:
1 Reply
deep-jadeā¢2mo ago
i guess this is simply not possible right now
can you please create a github issue to track this?