Best of SvelteKitDecember 2024

  1. 1
    Article
    Avatar of svelte_developersSvelte Developers·1y

    $app/store is deprecated in sveltekit v2.12

    SvelteKit 2.12 deprecates the $app/store module in favor of the new application state API using Svelte's fine-grained reactivity. Developers now import state from $app/state and no longer need to use the $ sign before state variables.