DEV Community

Discussion on: How I moved from React to Svelte

Collapse
 
kedzior_io profile image
Artur Kędzior

a lot of abandoned SvelteKit libs
Interesting, would you be able to share the source?
The reason is that Svelte is still being shaped and some of the libraries are being abandoned because the functionality is added to Svelte or SvelteKit.

Time will solve this problem
Indeed!

Aauth.js is still experimental
Yes that is something devs need to wait for if they really need to use it. It doesn't affect people like me who simply don't use and will never use JavaScript on the server. Authentication then is not a problem.

Svelte v. JSX is very much personal pref
100% agree.

... a lot of people confuse the ease of development that comes with Svelte for overall ease of use and productivity when considering ecosystem ...

But isn't the ease of use of development improving the productivity?

Easier development translates into faster delivery and bug reduced code.

What I also have seen with a lot of developers is that Svelte brings them joy and joy adds up to productivity.

React eco is much more than just a bunch of vanilla JS libs wrapped for React ...

Of course it is. It is years ahead + backed by a big company and it will take time to grow.

However, for myself and I think for some of us the sacrifice of React's ecosystem for the ease of development is the sacrifice we are willing to make.

Collapse
 
rolanday profile image
Roland Ayala

If you're more productive in Svelte then definitely use it -- I would too, but that hasn't been the case for me, despite very much wanting to get off of React. I'll revisit again in a couple years.

Thread Thread
 
kedzior_io profile image
Artur Kędzior

Yes it feels to me like going back to the roots of pure java script with the same powerful features.