File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11![ Alt] ( /public/guy-dumais-logo.svg " Guy Dumais ")
2- # Next.js v11 Data Fetching Boilerplate
2+ # Next.js 11 Page Rendering
33
4- In this repo you will find all the data fetching methods like :
5- 1) Static-Site Generation (SSG)
6- 2) Server-Sider Rendering (SSR)
7- 3) Incremental Static Regeneration
8- 4) Client-Side Rendering
4+ Next.js support 4 rendering strategies to generate, deliver and render a React Single Page App on the client-side :
5+ 1 . Static-Site Generation (SSG)
6+ 2 . Server-Sider Rendering (SSR)
7+ 3 . Incremental Static Regeneration (ISR)
8+ 4 . Client-Side Rendering (CSR)
99
10- The fetching methods are getServerSideProps, getStaticProps.
10+ The fetching methods are ** getServerSideProps** , ** getStaticProps** .
You can’t perform that action at this time.
0 commit comments