• hswolf@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Sometimes it’s hard to detach It, specially dealing with web dev.

      The browser expects JS, since JS was made for the browser, so you make a front in JS. But now you need a back, and hey, you already have all models and repos in JS, might as well make the back with JS.

      It’s a vicious cycle. Honestly, JS is fine for either if you are component enough (ie. not using stuff like “is-number”), don’t get the hate on It.

      • rimjob_rainer@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        No, JS is for scripts, it should have never been a whole framework for a frontend. But we can’t get away from it now, because it’s the only thing we have for browsers.

        • JaddedFauceet@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          What do you want to use for frontend framework then?

          python, ruby, java, C? Invent a new language?

          you will see me screaming “X is for Y, it should have never been a whole framework for a frontend”