What is __N_SSG
?
#12558
Answered
by
Timer
Vadorequest
asked this question in
Help
What is `__N_SSG`?
#12558
-
In Is it something not meant to be used? What does it mean? Can we rely on it anyhow? |
Beta Was this translation helpful? Give feedback.
Answered by
Timer
May 6, 2020
Replies: 1 comment 6 replies
-
This is a private field (mind the double underscore) used by Next.js to know the page needs its static data fetched on client-side transition. You cannot rely on it, as we've already renamed it a few times and do not plan on making it a public API. We may even remove it in the future. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Timer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a private field (mind the double underscore) used by Next.js to know the page needs its static data fetched on client-side transition.
You cannot rely on it, as we've already renamed it a few times and do not plan on making it a public API. We may even remove it in the future.