We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44a38d commit c31ce54Copy full SHA for c31ce54
1 file changed
src/routes/solid-router/advanced-concepts/preloading.mdx
@@ -21,7 +21,7 @@ Route modules can export a [`preload`](/solid-router/reference/preload-functions
21
The function lets you seed caches, warm derived computations, or coordinate streaming behaviours without blocking the eventual render.
22
23
> [!NOTE]
24
-> [SolidStart](/solid-start) also invokes route `preload` functions during the initial server render and resumes them on the client during hydration.
+> SSR invokes route `preload` functions during the initial server render and resumes them on the client during hydration.
25
> Keep these functions pure so the hydrated client does not need to undo server work when it takes over.
26
27
## Imperative Preloading Hooks
0 commit comments