In the past week I used React, Vue, and Svelte to author code at work. Svelte just feels effortless compared to the others.
Thread
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.
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 :)