top | item 40748603

(no title)

mnmatin | 1 year ago

Not a frontend engineer, but wondering whether svelte is a more promising start for beginners instead of nextjs and other react based frameworks?

discuss

order

b3ing|1 year ago

The problem is the job market isn’t there yet. That’s what drives React, that and many people already know it and don’t want to change

meiraleal|1 year ago

I wouldn't say the job market for React is much better than svelte, solid or lit right now.

meiraleal|1 year ago

It was. Now it is more of the same as React and Vue. Solidjs and Lit (my preference) are real interesting alternatives.

asachanfbd|1 year ago

Depends on why do you want to learn it? Career enhancement - may be no, go for established framework to get better job. For a part time project - may be yes, it's easier to learn and performs better.

Learning after react will give you better idea about complexities and problem statements both the framework solves.

toastercat|1 year ago

Yes in that the learning curve is easier, no in that it's JS wrapped in a domain-specific format and not as "vanilla" as a plain React SPA.

I would try making a small app in React first, and then moving to Svelte to get an idea of why Svelte was made in the first place.

beezlewax|1 year ago

I mean there are pros and cons of each. Why svelte over solidjs for example? It depends on your usecase. React for all it's flaws is the most widely used... so if people are aiming for a job it is still the best bet.