You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Josh-Cena
added
Content:Learn:Client-side
Content under “Client-side JavaScript frameworks” (Svelte, React, Angular, Vue) and related subtrees
and removed
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
labels
Jan 2, 2025
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: