Pre rendering in NextJS
Unanswered
Pacific sand lance posted this in #help-forum
Pacific sand lanceOP
Hello everyone I am learning about nextjs hydration and pre rendering and I had a question. Do all the pages in next js get pre-rendered on the server? or is this only applicable to pages that use SSR?
1 Reply
@Pacific sand lance Hello everyone I am learning about nextjs hydration and pre rendering and I had a question. Do all the pages in next js get pre-rendered on the server? or is this only applicable to pages that use SSR?
Only the static page and they will be prerendered to a html file inside the .next folder