Skip to content

Commit 76f9858

Browse files
authored
Update README.md
1 parent 8308ae2 commit 76f9858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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
15+
## Progressive Rendering
1616
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.

0 commit comments

Comments
 (0)