Skip to content

Commit 687ce09

Browse files
committed
docs: remove non-implemented
Close #1504
1 parent 1a942ec commit 687ce09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/guide/ssr.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ await usePendingPromises()
157157
</script>
158158
```
159159

160+
<!--
161+
TODO: implement
162+
160163
## Exclude from hydration
161164
162165
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.
@@ -167,7 +170,9 @@ useDatabaseList(..., { ssrKey: false })
167170
// etc
168171
```
169172
170-
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+
-->
171176

172177
<!-- TODO: I wonder if we could attach effect scopes to applications so `onServerPrefetch()` is still awaited when attached -->
173178

0 commit comments

Comments
 (0)