Data flow hierarchy between files #12176
radiorambo
started this conversation in
General
Replies: 1 comment
-
This page has a great description: https://joyofcode.xyz/sveltekit-data-flow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can some one explain data hierarchy in +page.js, +page.server.js, +page.svelte, +layout.svelte, +layout.js, +layout.svelte, hooks.server.js, hooks,client.js, hooks.js, +server.js.
If I have a +page.svelte page which needs data defined in each of the above files, how will the data flow look like. Which files run one after another?
Beta Was this translation helpful? Give feedback.
All reactions