Skip to content

Commit 1fdc7e9

Browse files
committed
missing title
1 parent 3ccc37a commit 1fdc7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The new `$inspect.trace(...)` rune gives you detailed information about which st
121121
- [docs](</docs/svelte/$inspect#$inspect.trace()>)
122122
- [demo](/playground/d135c6f00beb4fa391725e59d8061604?version=5.14.0)
123123

124-
## Day 16
124+
## Day 16: `$app/state`
125125

126126
SvelteKit's `$app/stores` module, which gives you a way to access information about (for example) the current page, now has a modern Svelte 5 state-based counterpart: `$app/state`. It exposes all the same information, but using fine-grained state, and without the clunky `$` prefix. `$app/stores` is now deprecated, and will be removed in SvelteKit 3 next year.
127127

0 commit comments

Comments
 (0)