React transition support?
https://github.com/TanStack/router/discussions/289
Hi, I was surprised to find out that tanstack router doesn't support react transition while navigating between routes.
I know that we can use loader to preload but additional transition support would be useful.
This was a major blocker for me to migrate, since nextjs or react router supports transition between routes.
Do you have any plan for the support? Maybe in the next major version..?
Hi, I was surprised to find out that tanstack router doesn't support react transition while navigating between routes.
I know that we can use loader to preload but additional transition support would be useful.
This was a major blocker for me to migrate, since nextjs or react router supports transition between routes.
Do you have any plan for the support? Maybe in the next major version..?
GitHub
Hi, Maybe I missed something (very likely) but it seems to me that when we transition from one route to another, the preload is not happening in a react transition (the one you get by using useTran...