Commit Graph

207 Commits

Author SHA1 Message Date
Michael Brevard
c7e154e11a
Merge branch 'main' into patch-21 2024-12-28 19:46:48 +02:00
Matej Černý
59f5a76d51
feat(nuxt): support local functions in definePageMeta (#30241) 2024-12-18 09:42:43 +00:00
Michael Brevard
e15651e31f
Merge branch 'main' into patch-21 2024-12-18 11:26:22 +02:00
Daniel Roe
c72cc1ba96
docs: update nitro links + fix link checking (#30228) 2024-12-11 13:58:56 +00:00
Daniel Roe
dd91ac884b
docs: handle zero-length string 2024-12-11 13:30:12 +00:00
Matt
9f33d7c727
docs: add shared directory documentation (#29816) 2024-12-11 12:29:52 +00:00
Matej Černý
a60d7fd51c
docs: add a section about event.waitUntil (#29583) 2024-11-28 10:00:58 +00:00
Daniel Roe
e473aff58f
docs: update minimal example 2024-11-11 20:37:35 +00:00
tbitw2549
7c6b5d73c7 Merge remote-tracking branch 'upstream/main' into patch-21 2024-11-05 13:42:55 +02:00
Erik Lilja
e6a9b3cc78
docs: add link to h3 blogpost (#29794) 2024-11-05 11:14:30 +00:00
xjccc
5f330ad025
docs: add props to special metadata (#29708) 2024-11-02 09:41:15 +00:00
Michael Brevard
d3aef5549a
docs: tofandel review
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
2024-10-31 08:48:16 +02:00
Dawit
ea1574ae1a
docs: add section on 'updateAppConfig' in the 'app.config' page (#29397) 2024-10-12 21:31:58 +01:00
Michael Brevard
c4123fa09f
docs: remove usage of unnecessary utils 2024-10-09 10:28:32 +03:00
Jeremy Graziani
768be722b0
docs: consistent directory structure (#29292) 2024-10-08 14:48:47 +01:00
Leopold Kristjansson
8cc29f76e2
docs: add missing word (#29230) 2024-09-30 16:59:18 +01:00
Horváth Bálint
b309986568
docs: add links to short videos from daniel (#29185) 2024-09-27 18:32:09 +01:00
Matej Černý
d970da6da5
docs: add a section about useRequestFetch and event.$fetch (#29099) 2024-09-21 11:39:54 +01:00
Matej Černý
00ad2b8233
docs: move custom directories note to the correct place (#29100) 2024-09-21 09:32:00 +01:00
Sébastien Chopin
effb57d3a3
docs: remove duotone icons for clarity (#29040) 2024-09-19 13:20:16 +01:00
tbitw2549
f054daccf8 docs: add conditional rendering and state caveats 2024-09-15 12:59:54 +03:00
Michael Brevard
100664e149
docs: typo 2024-09-15 07:53:32 +03:00
Michael Brevard
6945776b6c
docs: rephrase lazy time misuse case 2024-09-15 07:52:34 +03:00
Michael Brevard
0bed244f5c
docs: reference pure conditional hydration as a LazyIf option 2024-09-15 07:03:24 +03:00
Michael Brevard
bf131a2173
docs: hydration event callback example 2024-09-14 21:54:02 +03:00
Michael Brevard
1ad62a16f5
docs: add custom strategies example via LazyIf 2024-09-14 16:57:14 +03:00
Michael Brevard
6f1757700c
docs: rephrase caveats and best practices 2024-09-14 16:40:56 +03:00
tbitw2549
fe9b2b96f5 feat: time and promise based delayed hydration 2024-09-14 14:01:50 +03:00
tbitw2549
a9c76a405c Merge branch 'patch-21' of https://github.com/GalacticHypernova/nuxt into patch-21 2024-09-13 12:07:09 +03:00
tbitw2549
fb6d4a518a refactor: avoid conflicting renders
This refactors SSR handling with the existing approach, given the SSR limitation of establishing rendering separation.

This also simplifies SSR renders using the same data and adds early returns wherever possible to internally minimize delayed hydration dependency
2024-09-13 12:04:49 +03:00
Daniel Roe
889a5642fb
Merge remote-tracking branch 'origin/main' into patch-21 2024-09-11 21:06:10 +01:00
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts (#28875) 2024-09-07 19:22:46 +02:00
tbitw2549
e304d6c367 feat: support condition, media query, and never
This adds 3 more types of hydration to cover most of the use cases.
2024-08-25 13:53:29 +03:00
Daniel Roe
31779d2371
Merge remote-tracking branch 'origin/main' into patch-21 2024-08-20 12:12:14 +01:00
Michael Brevard
309726060c
docs: fix createIdleLoader usage example 2024-08-20 14:03:00 +03:00
Gustav Odinger
38a33dba19
docs: persist package manager choice in code blocks (#28514) 2024-08-16 11:19:08 +01:00
Michael Brevard
8d066205c2
Merge branch 'main' into patch-21 2024-08-13 18:22:59 +03:00
Horu
7658420b1c
feat(nuxt): allow organising pages within route groups (#28276) 2024-08-12 22:16:04 +01:00
xjccc
c28be6553c
docs: correct custom routing link (#28497) 2024-08-12 09:33:10 +01:00
Michael Brevard
2df3351048
Merge branch 'main' into patch-21 2024-07-12 14:01:28 +03:00
Julien Huang
f8963f1dfe
docs: warn about nested islands (#28062) 2024-07-11 12:56:46 +01:00
Daniel Roe
2afc1fe226
docs: update Nuxt 3 -> Nuxt or Nuxt 3+ 2024-06-30 11:11:22 +01:00
Bochkarev Ivan
04d157e670
docs: use internal link (#27883) 2024-06-28 12:17:36 +02:00
Michael Brevard
97fd06e4ff
Merge branch 'main' into patch-21 2024-06-27 17:40:56 +03:00
Alexander Lichter
3310a1ab5c
docs: hint to use runtime config (#27859) 2024-06-27 12:03:14 +02:00
tbitw2549
70789a0631 chore: rename loader to hydrate 2024-06-22 00:20:01 +03:00
Michael Brevard
9cbdbc7814
chore: better wording 2024-06-20 09:47:25 +03:00
Michael Brevard
d80c5562b7
docs: provide clearer separation between Lazy and DH 2024-06-20 09:45:13 +03:00
Michael Brevard
0919a82a75
Merge branch 'main' into patch-21 2024-06-19 16:28:41 +03:00
Michael Brevard
5cb4e41553
docs: rephrase 2024-06-19 12:08:39 +03:00