You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/router/api/router/NotFoundRouteClass.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: NotFoundRoute class
6
6
> [!CAUTION]
7
7
> This class has been deprecated and will be removed in the next major version of TanStack Router.
8
8
> Please use the `notFoundComponent` route option that is present during route configuration.
9
-
> See the [Not Found Errors guide](../../framework/react/guide/not-found-errors.md) for more information.
9
+
> See the [Not Found Errors guide](../../guide/not-found-errors.md) for more information.
10
10
11
11
The `NotFoundRoute` class extends the `Route` class and can be used to create a not found route instance. A not found route instance can be passed to the `routerOptions.notFoundRoute` option to configure a default not-found/404 route for every branch of the route tree.
Copy file name to clipboardExpand all lines: docs/router/api/router/RouteApiType.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The `RouteApi` has the following properties and methods:
27
27
- Optional
28
28
-`boolean`
29
29
- Configures whether structural sharing is enabled for the value returned by `select`.
30
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
30
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
31
31
- Returns
32
32
- If a `select` function is provided, the return value of the `select` function.
33
33
- If no `select` function is provided, the `RouteMatch` object or a loosened version of the `RouteMatch` object if `opts.strict` is `false`.
@@ -68,7 +68,7 @@ The `RouteApi` has the following properties and methods:
68
68
- Optional
69
69
-`boolean`
70
70
- Configures whether structural sharing is enabled for the value returned by `select`.
71
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
71
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
72
72
- Returns
73
73
- If a `select` function is provided, the return value of the `select` function.
74
74
- If no `select` function is provided, the `TFullSearchSchema` object or a loosened version of the `TFullSearchSchema` object if `opts.strict` is `false`.
@@ -91,7 +91,7 @@ The `RouteApi` has the following properties and methods:
91
91
- Optional
92
92
-`boolean`
93
93
- Configures whether structural sharing is enabled for the value returned by `select`.
94
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
94
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
95
95
- Returns
96
96
- If a `select` function is provided, the return value of the `select` function.
97
97
- If no `select` function is provided, the `TAllParams` object or a loosened version of the `TAllParams` object if `opts.strict` is `false`.
@@ -114,7 +114,7 @@ The `RouteApi` has the following properties and methods:
114
114
- Optional
115
115
-`boolean`
116
116
- Configures whether structural sharing is enabled for the value returned by `select`.
117
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
117
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
118
118
- Returns
119
119
- If a `select` function is provided, the return value of the `select` function.
120
120
- If no `select` function is provided, the `TLoaderData` object or a loosened version of the `TLoaderData` object if `opts.strict` is `false`.
@@ -137,7 +137,7 @@ The `RouteApi` has the following properties and methods:
137
137
- Optional
138
138
-`boolean`
139
139
- Configures whether structural sharing is enabled for the value returned by `select`.
140
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
140
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
141
141
- Returns
142
142
- If a `select` function is provided, the return value of the `select` function.
143
143
- If no `select` function is provided, the `TLoaderDeps` object.
Copy file name to clipboardExpand all lines: docs/router/api/router/RouterOptionsType.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ const router = createRouter({
219
219
- Type: `LocationRewrite`
220
220
- Optional
221
221
- Configures bidirectional URL transformation between the browser URL and the router's internal URL.
222
-
- See the [URL Rewrites guide](../../framework/react/guide/url-rewrites.md) for detailed usage and patterns.
222
+
- See the [URL Rewrites guide](../../guide/url-rewrites.md) for detailed usage and patterns.
223
223
224
224
The `LocationRewrite` type has the following shape:
225
225
@@ -341,7 +341,7 @@ const router = createRouter({
341
341
- Type: `'root' | 'fuzzy'`
342
342
- Optional
343
343
- Defaults to `'fuzzy'`
344
-
- This property controls how TanStack Router will handle scenarios where it cannot find a route to match the current location. See the [Not Found Errors guide](../../framework/react/guide/not-found-errors.md) for more information.
344
+
- This property controls how TanStack Router will handle scenarios where it cannot find a route to match the current location. See the [Not Found Errors guide](../../guide/not-found-errors.md) for more information.
345
345
346
346
### `notFoundRoute` property
347
347
@@ -369,7 +369,7 @@ const router = createRouter({
369
369
- Optional
370
370
- Defaults to `false`
371
371
- Configures whether structural sharing is enabled by default for fine-grained selectors.
372
-
- See the [Render Optimizations guide](../../framework/react/guide/render-optimizations.md) for more information.
372
+
- See the [Render Optimizations guide](../../guide/render-optimizations.md) for more information.
Copy file name to clipboardExpand all lines: docs/router/api/router/createLazyFileRouteFunction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: createLazyFileRouteFunction
3
3
title: createLazyFileRoute function
4
4
---
5
5
6
-
The `createLazyFileRoute` function is used for creating a partial file-based route route instance that is lazily loaded when matched. This route instance can only be used to configure the [non-critical properties](../../framework/react/guide/code-splitting.md#how-does-tanstack-router-split-code) of the route, such as `component`, `pendingComponent`, `errorComponent`, and the `notFoundComponent`.
6
+
The `createLazyFileRoute` function is used for creating a partial file-based route route instance that is lazily loaded when matched. This route instance can only be used to configure the [non-critical properties](../../guide/code-splitting.md#how-does-tanstack-router-split-code) of the route, such as `component`, `pendingComponent`, `errorComponent`, and the `notFoundComponent`.
Copy file name to clipboardExpand all lines: docs/router/api/router/createLazyRouteFunction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: createLazyRouteFunction
3
3
title: createLazyRoute function
4
4
---
5
5
6
-
The `createLazyRoute` function is used for creating a partial code-based route route instance that is lazily loaded when matched. This route instance can only be used to configure the [non-critical properties](../../framework/react/guide/code-splitting.md#how-does-tanstack-router-split-code) of the route, such as `component`, `pendingComponent`, `errorComponent`, and the `notFoundComponent`.
6
+
The `createLazyRoute` function is used for creating a partial code-based route route instance that is lazily loaded when matched. This route instance can only be used to configure the [non-critical properties](../../guide/code-splitting.md#how-does-tanstack-router-split-code) of the route, such as `component`, `pendingComponent`, `errorComponent`, and the `notFoundComponent`.
0 commit comments