Replies: 1 comment
-
The equivalent is probably https://nextjs.org/docs/basic-features/data-fetching#getserversideprops-server-side-rendering |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am new to the whole React world and Next.js however I have a lot of experience working with Vue.js and Nuxt.js (vue's alternative to next). There we have a function called nuxtServerInit which will only trigger when page is reloaded, or on initial application load.
This means that when I am on some page and reload that function gets called and then the page specifics ssr method. I was wondering if there is something similar I can achieve here?
Beta Was this translation helpful? Give feedback.
All reactions