Why this runes? It makes svelte look like React and I hate it(Personal Opinion). #12455
Replies: 1 comment 6 replies
-
mmmm, I understand that you may feel that it is similar to React, but you must understand that all this has been done to have much more control and more optimization of your application, as well as allowing you to bring reactivity outside the Svelte components (component.svelte.ts) or (store.svelte.ts) Yes, Svelte pre v5 was too magical, but as the app grew you could see how certain limitations appeared. Including the fact that the bundle size grew a lot more as your app grew. As you program more in svelte 5, you will realize that the control over your app is now much more polished, in addition, you will see that in terms of optimization, your app size will be less and will be faster (you can see the benchmarks that put Svelte almost at the same level as vanilla JS, something that no other framework achieves) Following the ideology of MAGIC |
Beta Was this translation helpful? Give feedback.
-
For me
is better than this
felt like the magic of
let
was gone..😒Beta Was this translation helpful? Give feedback.
All reactions