top | item 32763901

(no title)

dstick | 3 years ago

Out of curiosity, what do you find clunky about Vue's variables vs Svelte?

I've been working exclusively with Vue for the last... 6 years. Since the launch of v2. So my mind is already conditioned ;-)

discuss

order

oefrha|3 years ago

You don’t need to write .value’s everywhere, that’s about all. And Vue is a lot more convenient in other ways.

tinco|3 years ago

Do you mean .value when writing a component that's some sort of form field? How do you refer to that value in Svelte components?

edit: oh nvm, we haven't upgraded our codebase to Vue 3 yet, there are a lot more ".value"'s if you click through to the Vue 3 examples in the original post.