File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/routes/solid-router/advanced-concepts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Route modules can export a [`preload`](/solid-router/reference/preload-functions
2121The 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
You can’t perform that action at this time.
0 commit comments