diff --git a/docs/pages/Layout/+Page.mdx b/docs/pages/Layout/+Page.mdx index e5c2286f440..3ea360ef8a9 100644 --- a/docs/pages/Layout/+Page.mdx +++ b/docs/pages/Layout/+Page.mdx @@ -66,8 +66,8 @@ pages/admin-panel/users/+Page.js # URL: /admin-panel/users > Setting a default `` that is overridable isn't currently supported, see [#1692 - Add `override` and `default` options for cumulative configs](https://github.com/vikejs/vike/issues/1692). -## Nested Layouts +## Nested Layouts You can define layouts that nest into each other: @@ -118,7 +118,9 @@ Make sure to use ` +> - [#1833 - Make `+data` and `+onBeforeRender` cumulative](https://github.com/vikejs/vike/issues/1833) Examples: - [React](https://github.com/vikejs/vike-react/blob/main/examples/full/pages/starship) diff --git a/docs/pages/data-fetching/+Page.mdx b/docs/pages/data-fetching/+Page.mdx index 4da7c99018f..78ed3ce19ab 100644 --- a/docs/pages/data-fetching/+Page.mdx +++ b/docs/pages/data-fetching/+Page.mdx @@ -73,6 +73,8 @@ Some data-fetching tools have Vike extensions that enable your components to fet - [`vike-react-query`](https://github.com/vikejs/vike-react/tree/main/packages/vike-react-query#readme) - [TanStack Query](https://tanstack.com/query) integration for `vike-react` - 🚧 `vike-react-telefunc` - [Telefunc](https://telefunc.com/) integration for `vike-react` +> These extensions enable any of your components, including your `` components, to fetch data. + ## Data mutation & subsequent data