We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Frameworks_libraries/Svelte_getting_started
The entire page, and the other pages relating to Svelte
The information given on Svelte is at least 2-3 years old. Svelte's syntax has changed quite a bit, so this information is outdated.
I would have expected to see up-to-date Svelte 5 syntax. Some examples of Svelte syntax shown that is now outdated/deprecated:
let
export let
$props()
on:event
onevent
$
$derived
$effect
From this link found in one of the pages, the version of Svelte used is 3.23.2, which is about 4 years old.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MDN URL
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Frameworks_libraries/Svelte_getting_started
What specific section or headline is this issue about?
The entire page, and the other pages relating to Svelte
What information was incorrect, unhelpful, or incomplete?
The information given on Svelte is at least 2-3 years old. Svelte's syntax has changed quite a bit, so this information is outdated.
What did you expect to see?
I would have expected to see up-to-date Svelte 5 syntax.
Some examples of Svelte syntax shown that is now outdated/deprecated:
let
syntax -> replaced with runesexport let
for component props -> replaced with the$props()
runeon:event
attributes ->onevent
$
label syntax ->$derived
or$effect
runes, depends on contextDo you have any supporting links, references, or citations?
From this link found in one of the pages, the version of Svelte used is 3.23.2, which is about 4 years old.
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: