We're a place where coders share, stay up-to-date and grow their careers.
Are you using svelte 2? Svelte 3 got out last month and it doesn't looks like Vue anymore.
It got a completely revolutionary way of building UI. It brings reactivity to JavaScript itself
I tried the official tutorial and having full component definition (template, styles and logic) in one file reminded me Vue a lot.
Are you using svelte 2? Svelte 3 got out last month and it doesn't looks like Vue anymore.
It got a completely revolutionary way of building UI. It brings reactivity to JavaScript itself
I tried the official tutorial and having full component definition (template, styles and logic) in one file reminded me Vue a lot.