Skip to content
Discussion options

You must be logged in to vote

Is there any way of telling Next.js "go ahead, render the next page with the fallback (or the data from getStaticPaths)" if the transition takes eg. more than 100ms?

This is already the default behavior 🤔
Client-side requests don't block the navigation/rendering of new pages since they don't run in the server. Do you have any example where we can check this behavior?

FYI, if you want to add a loading indicator to client-side navigation you can follow this example: https://github.com/vercel/next.js/tree/canary/examples/with-loading

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@balazsorban44
Comment options

balazsorban44 Jun 9, 2020
Maintainer Author

@balazsorban44
Comment options

balazsorban44 Jun 15, 2020
Maintainer Author

Answer selected by balazsorban44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants