Skip to content

Commit 21bcaa1

Browse files
authored
Update README.md
1 parent 7326aa3 commit 21bcaa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ If your visitor is a real user, use Client Side Rendering.
1212
## Static Content 📸
1313
Server Side Rendering for a component and skip the hydration step on the client. Useful for components that don't need to use interactivity (like SEO links).
1414

15-
## Progressive Rendering 🏁
16-
Server Side Rendering for a component and skip the hydration step on the client but, as soon as it appears on the viewport, then hydrate it. Useful for list of items.
15+
## Progressive Hydration 🏁
16+
Server Side Rendering for a component and skip the hydration step on the client but, as soon as it appears on the viewport, hydrate it. Useful for list of items or components that are not visible on the viewport but yet you need to render them for SEO.

0 commit comments

Comments
 (0)