DEV Community

Discussion on: Svelte vs React

Collapse
 
jenbutondevto profile image
Jen

If you are working alone, then you can use whatever you prefer writing more. If there are more developers, it’ll be more efficient if you pick the framework that is the most popular amongst you.

Since svelte is relatively new compared to react, it might be harder to find answers/solutions if you get stuck.

Beautiful and responsive will come from the S/CSS you write. Both svelte and react will handle how reactive (to user input) it is.

Collapse
 
krrishdhaneja profile image
Krrish Dhaneja

Yeah, I am working alone πŸ˜…, but on Svelte’s website, the devs of Svelte are saying that it takes less lines of code to write a program in Svelte, than compared to react.

Collapse
 
jenbutondevto profile image
Jen

Have you written code in both? Svelte may have fewer LOC to write, but you might prefer how it is written in React. You might find that you have an IDE that does some useful completion for you, so you're not actually writing all those extra lines.

Thread Thread
 
krrishdhaneja profile image
Krrish Dhaneja

Right, that’s a good point.