Live data from Hacker News

Introducing Svelte (2016)

svelte.dev

1–6 of 6 posts

Re: Introducing Svelte (2016)

#3
Been 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

Re: Introducing Svelte (2016)

#4
post #3

Been 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.

Re: Introducing Svelte (2016)

#6
post #4
post #3

Been 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.

Very cool site, confirms my thoughts and experience with Svelte! :)