Looking to replace NextJS for our multi tenant app
As the title suggests, we're looking to move away from NextJS on our multi tenant app. The primary use is we're allowing users to have sub domains.
This is handled via our NextJS middleware with a config like this:
We're planning a rewrite and I'd like to see if Start/Router is a good option for us. Is there an equivalent to the
NextResponse.rewrite
within Tanstack right now?
Doesn't need to follow the exact rules, the most important part is the rewriting the entire domain.
Thanks in advance1 Reply
fascinating-indigo•3w ago
Hey, any news to that?