File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11![ Alt] ( /public/guy-dumais-logo.svg " Guy Dumais ")
22# Next.js 11 Page Rendering
33
4- Next.js support 4 rendering strategies to generate, deliver and render a React Single Page App on the client-side:
4+ Next.js support ** 4 rendering strategies** to generate, deliver and render a React Single Page App on the client-side:
551 . Static-Site Generation (SSG)
662 . Server-Sider Rendering (SSR)
773 . Incremental Static Regeneration (ISR)
884 . Client-Side Rendering (CSR)
99
1010The fetching methods are ** getServerSideProps** , ** getStaticProps** .
11+
12+ ## Tutorial
13+ Learn how page rendering and data fetching works in Next.js:
14+ [ Next.js Page Rendering Definitive Guide] ( https://guydumais.digital/blog/next-js-page-rendering-definitive-guide " Next.js Page Rendering Definitive Guide ")
You can’t perform that action at this time.
0 commit comments