NavLink migration from react-router #2422
Unanswered
devinrhode2
asked this question in
Q&A
Replies: 1 comment 3 replies
-
TanStack Router has its own
|
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
We are using tanstack router for a new project.
It is a totally separate vite app, on a new subdomain, but the header will be the same as our current platform.
Our current platform uses react-router.
We are going to share code via git submodules, so that we retain seamless hot reloading when the shared code changes. (happy to discuss submodule vs npm more in a different thread)
First challenge we are facing is with NavLink.
Would anyone be willing to share their implementation of a tanstack NavLink?
Beta Was this translation helpful? Give feedback.
All reactions