Earlier quoted context omitted.
I'd like to hear more. What were your conclusions? I'm particularly interested in it compared to Vue. I picked Vue because of most people's complaints about React, so most of the comments I'm seeing are about specific gripes with React and don't really help me make an informed opinion.
For React, I agree with the complaints. The change from class components to functional components and the addition of hooks for we was a step backwards. As for vue, most of my experience is with vue 2, never really spent a lot of time with the features of vue 3. To the the some of the syntax of svelte makes more sense than that of vue. For example, to list something in vue an html with v-for is needed, or . This alwa…
As someone who is primarily a back end dev with limited experience with frontend frameworks (very little react, somewhat decent amount of vue), this was the biggest surprise when working on a project with svelte. You know the saying "hit the ground running"? This was the first time I felt like that with a frontend framework.