• Feathercrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    I feel like the web framework question has stabilized in recent years. React and node (not a web framework but in a similar boat) are stable and common, and angular and a few others are good alternatives.

    • resipsaloquitur@lemmy.worldBanned
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      1 month ago

      I hear they’re changing the language these things run on from JavaScript to TypeScript.

      No thanks to the hamster wheel.

      • kboy101222@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 month ago

        I mean, Typescript just compiles down to JavaScript. I’m also generally anti a million frameworks, but JavaScript to TypeScript is easy

      • Feathercrown@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        TS is a superset of js though, you can still use normal js and probably won’t have to even change the file extension or anything like literally 0 change