Svelte vs React
Krrish Dhaneja

Krrish Dhaneja @krrishdhaneja

About: Hi there .....😀😀.

Joined:
Dec 31, 2020

Svelte vs React

Publish Date: Jan 6 '21
0 4

From a past few days I have been thinking 🤔 that should I use Svelte or React in a poject, Because I need to make a beautiful and responsive UI, so what could be the best option for this, though I have googled it, but still I can't decide.

Comments 4 total

  • Jen
    JenJan 6, 2021

    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.

    • Krrish Dhaneja
      Krrish DhanejaJan 6, 2021

      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.

      • Jen
        JenJan 6, 2021

        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.

Add comment