DEV Community

Discussion on: How is Svelte different than React?

Collapse
 
andresausecha profile image
Andres Ausecha Mosquera • Edited

Hey Mark, what I have learnt of Svelte is not complicated at all. React is much harder to understand, react code requires handling of bunch of re-rendering rules. While react is much better than Angular, Svelte is way easier, clearer, and lighter than them. I suggest to think twice(I am react developer), some syntax to write conditionals or loops is peace of cake...you can copy and paste it.