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
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/2.guide/2.features/10.app-config.md
-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# App Config
2
2
3
-
::StabilityEdge
4
-
::
5
-
6
3
Nuxt 3 provides an `app.config` config file to expose reactive configuration within your application with the ability to update it at runtime within lifecycle or using a nuxt plugin and editing it with HMR (hot-module-replacement).
Copy file name to clipboardExpand all lines: docs/content/3.api/1.composables/prefetch-components.md
-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# `prefetchComponents`
2
2
3
-
::StabilityEdge
4
-
::
5
-
6
3
Nuxt provides composables and utilities to give you fine-grained control over prefetching and preloading components.
7
4
8
5
> Prefetching component downloads the code in the background, this is based on the assumption that the component will likely be used for rendering, enabling the component to load instantly if and when the user requests it. The component is downloaded and cached for anticipated future use without the user making an explicit request for it.
Copy file name to clipboardExpand all lines: docs/content/3.api/1.composables/preload-components.md
-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# `preloadComponents`
2
2
3
-
::StabilityEdge
4
-
::
5
-
6
3
Nuxt provides composables and utilities to give you fine-grained control over prefetching and preloading components.
7
4
8
5
> Preloading components loads components that your page will need very soon, which you want to start loading early in rendering lifecycle. This ensures they are available earlier and are less likely to block the page's render, improving performance.
0 commit comments