Skip to content

Commit f364e32

Browse files
committed
"start" fetching data
1 parent a2ab463 commit f364e32

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
@@ -5,7 +5,7 @@ title: Preloading
55
When using the [`<A>`](/solid-router/reference/components/a) component from Solid Router, routes are preloaded by default on link hover/focus to improve perceived performance.
66

77
To enhance preloading, you can define the `preload` function on your route definition.
8-
When on a [SolidStart](/solid-start) application, this function can also run on the server during the initial page load to fetch data before rendering. When in a Single-Page Application (SPA), it will load the route's component and its `preload` function when the user hovers or focuses on a link.
8+
When on a [SolidStart](/solid-start) application, this function can also run on the server during the initial page load to start fetching data before rendering. When in a Single-Page Application (SPA), it will load the route's component and its `preload` function when the user hovers or focuses on a link.
99

1010
| user action | route behavior |
1111
| ----------- | -------------------------------------- |

0 commit comments

Comments
 (0)