T
TanStack6mo ago
intermediate-olive

Transition from nextjs app router to tansack router

Hello, I have a Next.js project using the App Router CSR, and I’m considering transitioning to TanStack Router. I’d like to test it out by implementing it in a specific section of my project. For example, I want to use TanStack Router exclusively for the /about route, which includes a few nested routes. Would it be possible to configure TanStack Router to handle just that section while keeping the rest of the project on the App Router? I’m initially thinking of using the virtual file routes but curious to see if it’s even possible , thank you!
1 Reply
conscious-sapphire
conscious-sapphire6mo ago
I don’t think that would be possible, next js itself has its own routing mechanism

Did you find this page helpful?