Skip to content

Commit c31ce54

Browse files
Update note on SSR and route preload functions
Clarified the note about SSR invoking route preload functions.
1 parent e44a38d commit c31ce54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/advanced-concepts/preloading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Route modules can export a [`preload`](/solid-router/reference/preload-functions
2121
The function lets you seed caches, warm derived computations, or coordinate streaming behaviours without blocking the eventual render.
2222

2323
> [!NOTE]
24-
> [SolidStart](/solid-start) also invokes route `preload` functions during the initial server render and resumes them on the client during hydration.
24+
> SSR invokes route `preload` functions during the initial server render and resumes them on the client during hydration.
2525
> Keep these functions pure so the hydrated client does not need to undo server work when it takes over.
2626
2727
## Imperative Preloading Hooks

0 commit comments

Comments
 (0)