Skip to content

Does Svelte 5 offer better performance even in the legacy mode? #14857

Answered by Ocean-OS
Guandor asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, because even in legacy mode, Svelte 5 uses signals under the hood.
Svelte compiles let x = 0 to let x = $.mutable_state(0) (assuming x is used in a reactive way), which is a signal.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Guandor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants