You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your visitor is a bot, like GoogleBot or Yandex, use Server Side Rendering and Client Side Rendering.
10
10
If your visitor is a real user, use Client Side Rendering.
11
11
12
-
## Static Content
12
+
## Static Content 📸
13
13
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).
14
14
15
-
## Progressive Rendering
15
+
## Progressive Rendering 🏁
16
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.
0 commit comments