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
Copy file name to clipboardexpand all lines: docs/guide/ssr.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ await usePendingPromises()
157
157
</script>
158
158
```
159
159
160
+
<!--
161
+
TODO: implement
162
+
160
163
## Exclude from hydration
161
164
162
165
You can exclude data from hydration by passing `false` to the `ssrKey` option. This is useful when there is no point in waiting for the data to be fetched on the server, e.g. when the data is not being rendered on the server.
This only works if you avoid rendering on server these documents or collections. **If still render them on server, you will get a hydration error on client**.
173
+
This only works if you avoid rendering on server these documents or collections. **If you still render them on the server, you will get a hydration error on client**.
174
+
175
+
-->
171
176
172
177
<!-- TODO: I wonder if we could attach effect scopes to applications so `onServerPrefetch()` is still awaited when attached -->
0 commit comments