this post was submitted on 25 Sep 2023
321 points (94.2% liked)

Programmer Humor

31230 readers
68 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 9 months ago (3 children)

Svelte my man, I barely have to read the docs, just guess how things should be done because that's how it would work in vanilla JS, and most often it just works.

[–] [email protected] 13 points 9 months ago (1 children)

Svelte is very good. If I had to use a frontend framework I would either pick svelte or soldijs both are great.

[–] [email protected] 2 points 9 months ago (1 children)

svelte or soldijs both are great

What would you say is the most important difference between the two? I feel like I should dip my toes into Svelte, but I haven't had a reason yet

[–] [email protected] 7 points 9 months ago (2 children)

Svelte is for if you hate React and like vanilla JavaScript. Solid or Next is if you like React.

[–] [email protected] 4 points 9 months ago (1 children)
[–] [email protected] 6 points 9 months ago

HTMX I guess, lol

[–] [email protected] 2 points 9 months ago

Never used React, I went straight to Solid, but I quite like vanilla, I mean, you'll always be using "vanilla" in some form or another

[–] [email protected] 6 points 9 months ago (3 children)

Been a react dev for about 4 years now, I’ve heard good things about Svelte. But like from a career perspective would it be worth the switch now?

[–] mesamunefire 16 points 9 months ago

It's good to play around with different frameworks from time to time, even if it's just to form an initial opinion on. I've been programming for 15+ years and the only constant is learning new things.

[–] [email protected] 3 points 9 months ago

From a career perspective using it enough to know whether you'd like to or be willing to work with it in the future is probably enough. Then when you're looking you know whether you want to apply for jobs focused on it.

On that topic I've been on the market and haven't seen Svelte mentioned a single time when searching, granted I've probably only looked at a couple hundred listings (most being WFH).

[–] [email protected] 1 points 9 months ago

From a career perspective, think of languages and frameworks as tools. Knowing how to work with more tools broadens your horizon about what you can achieve and how efficiently. Sure, you can specialize on certain tools, but these come and go.

[–] [email protected] 2 points 9 months ago

Svelte is the way to go