Posts, a community app by Read.cv

Thread
Simon Ammann
Replying to @dperrera

What‘s it about Svelte that makes it feel flowing to you?

Dan Perrera
Replying to @smnmmnn

First, there is just way less code. The code that's there is easier to read. And once you understand the reactivity model you can pretty easily model the system in your mind. Also, I barely have to add dependencies - it feels very complete and empowering.

Simon Ammann
Replying to @dperrera

Right, I feel like since the inception of Vue‘s Composition API and <script setup> I write less boilerplate, but haven‘t tried Svelte in depth – someting for the next weekend project :)

Dan Perrera
Replying to @smnmmnn

Yeah, the composition api in Vue is way better but I still struggle with it. We built our newest product at work that way and it’s fine but I’d make a different decision now if I had to do it again.

Dan Perrera

I used to love React and JSX(and still am in awe of them) but now I’m feeling that might have been a little bit of Stockholm Syndrome.

Alan Dickinson
Replying to @dperrera

Svelte’s ergonomics didn’t feel like a good fit for me when I went through the docs. But I should probably try it out on a project because I keep hearing this.