Skip to content

Commit 27337ce

Browse files
authored
Update README.md
1 parent 2a428b1 commit 27337ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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:
55
1. Static-Site Generation (SSG)
66
2. Server-Sider Rendering (SSR)
77
3. Incremental Static Regeneration (ISR)
88
4. Client-Side Rendering (CSR)
99

1010
The 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")

0 commit comments

Comments
 (0)