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..?
GitHub
Routes transitions don't use transitions? · TanStack router · Dis...
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...
1 Reply
conscious-sapphire•2mo ago
As is mentioned in the linked thread, transition support is not possible until react exposes a useExternalStore hook which support async transitions with external stores.
Until that exists in react, there is effectively no way for tanstack router to support it as far as I am aware.