How to handle getStaticPaths
dev mode
#14378
Unanswered
aleksey-shmatov
asked this question in
Help
Replies: 0 comments
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.
-
I have fairly large number of pages and this makes navigation during dev mode painfully slow. What is recommended way to handle
getStaticPaths
in development mode? Currently I set fallback true and limit number of results to just one ifNODE_ENV
is not set to"production"
. Are there any recommended ways to handle this?Beta Was this translation helpful? Give feedback.
All reactions