Remix.run Logo
yassiniz 12 hours ago

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

downbad_ 12 hours ago | parent [-]

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.

yassiniz 11 hours ago | parent [-]

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