-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(load): clarify universal and server load #11458
docs(load): clarify universal and server load #11458
Conversation
Provide details and examples on how universal and server `load` runs, in what order, and what data gets returned.
|
I feel like this is already covered:
I'm open to the idea that it could be improved but we should avoid being duplicative, or spending a significant amount of real estate on a somewhat rare use case |
It is covered, but comes with unanswered questions:
All of which are answered in this PR. I also considered opening a feature request for |
I'm ok with the text enhancements but I also don't know if the additional code snippet is worth it |
@dummdidumm I suppose this line adequately explains it:
Though since this concept isn't covered elsewhere (such as the tutorial), I feel the code snippet is warranted. I often feel generous when it comes to showing examples of concepts, and the Kit docs are comprehensive enough that we get to decide whether deeper explanations should belong in the tutorial, guide, or API sections. |
(no linkable ticket)
load
runs, in what order, and what data gets returned.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.