• Restaldt@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    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

          • ShieldGengar@sh.itjust.works
            link
            fedilink
            arrow-up
            0
            ·
            2 months ago

            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.

            • Victor@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              2 months ago

              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.