Has Vue's performance been surpassed by Svelte? #13042
Replies: 1 comment
-
Performance is something that changes often, especially in the JS front-end world. What's currently true in terms of performance might change in the next 6 months so I suggest not to choose your front-end framework (or actually almost any technology) based on performance alone, unless it's something truly critical to your project. For a vast majority of projects, the performance of all major front-end frameworks is more than enough so whether you choose to go with Vue, Svelte, Angular or React, you likely won't ever have performance issues. How you like the syntax (e.g. Depending on your project, you may want to check if the ecosystem offers everything you need for your project (things like UI libraries for example). |
Beta Was this translation helpful? Give feedback.
-
he main reason I use Svelte instead of Vue in some circumstances is because of performance. Almost every article I can find on the internet says that Svelte's performance is better than Vue's.
Beta Was this translation helpful? Give feedback.
All reactions