Introducing Svelte (2016)
svelte.dev
Introducing Svelte (2016)
1–6 of 6 posts
Re: Introducing Svelte (2016)
#2Re: Introducing Svelte (2016)
#3Re: Introducing Svelte (2016)
#4Been using Svelte for a while now on my side projects. It's a pleasure to use, I especially like how similar it is to writing plain HTML / CSS / JS. I remember getting kind of nostalgic when I first tried it
It lets you compare common patterns, syntax, and code examples side-by-side across popular UI frameworks like React and Svelte.
Highlights how much less (or more) code each one requires for the same functionality.
Re: Introducing Svelte (2016)
#5Re: Introducing Svelte (2016)
#6Been using Svelte for a while now on my side projects. It's a pleasure to use, I especially like how similar it is to writing plain HTML / CSS / JS. I remember getting kind of nostalgic when I first tried it
Don't know if you're aware of https://component-party.dev/?f=react-svelte5 It lets you compare common patterns, syntax, and code examples side-by-side across popular UI frameworks like React and Svelte. Highlights how much less (or more) code each one requires for the same functionality.