Pendingcomponent is not displayed during routing. #3058
Unanswered
leesb971204
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe that the pendingComponent should be displayed not only on a refresh but also during routing, as the data is being fetched and the routeState is in a pending state.
https://stackblitz.com/edit/github-gh73by-7duz1xhf?file=src%2Froutes%2Fabout.tsx
When running the above example, I would expect the pendingComponent to be displayed when clicking on “About,” but it is not. This could lead users to think that the application has frozen. Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions