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
<abbrtitle="Reactive Data Client">Data Client</abbr> performs streaming SSR of the HTML, streamlining the initial
86
+
application load experience. Uniquely, <abbrtitle="Reactive Data Client">Data Client</abbr> is then immediately interactive
87
+
with 0 client side fetches. This is achieved by initializing the [Client Store](/docs/getting-started/debugging#state-inspection)
88
+
with [normalized data](/docs/concepts/normalization) during the SSR phase.
71
89
72
90
#### Usage
73
91
@@ -95,34 +113,9 @@ export default function RootLayout({ children }) {
95
113
}
96
114
```
97
115
98
-
#### Client Components
99
-
100
-
To keep your data fresh and performant, you can use [client components](https://react.dev/reference/rsc/use-client) and [useSuspense()](../api/useSuspense.md)
0 commit comments