TanStackT
TanStack10mo ago
1 reply
thoughtless-moccasin

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!
Was this page helpful?