DEV Community

Discussion on: Why I moved from React to Svelte and others will follow

Collapse
 
koabrook profile image
Koa

As a beginner web dev I recently discovered React and built a few bits and pieces in it and I find it fairly intuitive. That said, I also discovered Svelt and am totally swept with it. It's so intuitively simple. My favourite thing about it is that any React app I've made (always with create-react-app) just feels huge. Even the base project just feels like a monster, whereas my Svelte app feels tiny and simple. I'm looking forward to developing more in Svelte soon!

Collapse
 
genta profile image
Fabio Russo

That’s because CRA is a bundle with lot of stuff that you will never understand just by studying React.

React Itself it’s just a package to import.