• Lmaydev@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    It’s more to do with larger teams. Frameworks should make it easier for multiple people to work on a codebase. As well as allowing much larger apps with less complexity.

    • TCB13@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      Yes but why do they have to be compiled? For what’s worth jQuery is a framework and so is Vue without compiling.

      • Lmaydev@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        edit-2
        5 months ago

        Usually because they have their own way of defining things that isn’t standard JS.

        For instance Vue can be compiled if you want to make full SPAs using it.