Skip to content

Commit 40f7923

Browse files
authored
Provide a link to the relevant docs until the tutorial is ready (sveltejs#233)
1 parent 9d3b26d commit 40f7923

File tree

1 file changed

+2
-0
lines changed
  • content/tutorial/02-sveltekit/03-loading-data/03-universal-load-functions

1 file changed

+2
-0
lines changed

content/tutorial/02-sveltekit/03-loading-data/03-universal-load-functions/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Universal load functions
44

55
> Coming soon
66
7+
In the meantime, read the [documentation](https://kit.svelte.dev/docs/load#shared-vs-server) to learn more about the distinction between server `load` functions and universal `load` functions.
8+
79
<!--
810
In the previous two exercises we loaded data from the server using `+page.server.js` and `+layout.server.js` files. This is very convenient if you need to do things like getting data directly from a database, or reading cookies.
911

0 commit comments

Comments
 (0)