this post was submitted on 26 Jul 2024
495 points (96.1% liked)

Programmer Humor

19171 readers
1463 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Kaboom@reddthat.com 10 points 1 month ago (3 children)

Man, thats bullshit. Any real dev wpuld know that react is the best framework

[–] Restaldt@lemmy.world 32 points 1 month ago (2 children)

That's not what the question asked tho

Angular is definitely better for dealing with piss on your keyboard since the extra angle should help the piss roll off

[–] victorz@lemmy.world 5 points 1 month ago

TIL piss rolls

[–] Kaboom@reddthat.com -1 points 1 month ago
[–] CodingCarpenter@lemm.ee 28 points 1 month ago (2 children)

React is only the most common not the best. Vue is superior

[–] Restaldt@lemmy.world 11 points 1 month ago* (last edited 1 month ago) (1 children)

Years and years of trying to find a better web framework when php exists

"Oh just use axios and await async the promise to make http calls"

Statements dreamed up by the absolutely deranged

Just use php and curl

[–] victorz@lemmy.world 4 points 1 month ago (1 children)

just use axios

What professional actually recommends axios?

[–] shield_gengar@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago) (2 children)

What's wrong with axios? Quite a bold claim. Do you just want to sound smart?

[–] victorz@lemmy.world 2 points 1 month ago (1 children)
[–] shield_gengar@sh.itjust.works 2 points 1 month ago (1 children)

Nothing, as far as I can tell. Besides being relatively new, it seems to have basic things you need.

So what's wrong with axios? Asking the inverse doesn't answer my question.

[–] victorz@lemmy.world 1 points 1 month ago* (last edited 1 month ago) (1 children)

Besides being relatively new, it seems to have basic things you need.

It's been baseline since March of 2017.

I've never run into a case where I've needed to use axios in almost a decade of being a professional web developer. It's mostly been an annoyance whenever I've come into contact with it, and replacing it with fetch() calls would've solved those issues.

Besides that, axios is a dependency for functionality that is already built into the web platform.

[–] shield_gengar@sh.itjust.works 1 points 1 month ago (1 children)

Unless you need to account for compat (DoD, gov't contractors), easy cancellation (e.g. polling is necessary vs pubsub), upload progress (e.g. progress bars for large uploads), or better errors (axios throws on server errors, fetch, by default, replies OK).

It's also nicer to configure - though I suppose you can just build classes for each fetch client on the frontend. Middleware - in particular, is easier in axios for advanced auth flows.

Native fetch is great, but saying no one uses one of the most installed (per weekly) packages on npm is just outright wrong.

Then again, this is a weird hill for me to die on so I'll leave it. The confidence of your statement was just...strange. And for some reason I was compelled to comment.

[–] victorz@lemmy.world 1 points 1 month ago

Those are all just a compilation of special cases...

I didn't say nobody uses it. There are so many projects using it, and I think no professional should be defaulting to including axios in their project unless absolutely necessary.

[–] victorz@lemmy.world 1 points 1 month ago

Do you just want to sound smart?

lol, nice addition.

No. There's just rarely a legitimate reason now to use axios. It shouldn't be the first recommendation on which to build your API fountain.

[–] scarilog@lemmy.world 4 points 1 month ago

I'm not a front-end dev by any means, but man is Svelte nice to use.

[–] DrWorm@lemmy.world 10 points 1 month ago (2 children)

Well technically React isn't a framework it's just a UI library like jQuery. Nextjs would be the framework version of React. 🤓

[–] lunarul@lemmy.world 10 points 1 month ago (1 children)

a UI library like jQuery

Um.. what?

[–] CodingCarpenter@lemm.ee 6 points 1 month ago (1 children)

I'm not sure he meant to say UI. But he's right that it's a library not a framework.

[–] Zangoose@lemmy.world 6 points 1 month ago

"React is a library" developers when a UI library they need doesn't have a separate React extension

[–] victorz@lemmy.world 7 points 1 month ago

Found "that guy"!

(Even though you're technically correct...)