• el_abuelo
      link
      fedilink
      arrow-up
      14
      ·
      28 days ago

      Huh? I’ve worked with TypeScript + React for the last 5yrs and the only time I see OOP is when someone’s done something wrong.

      Maybe you’re thinking of old react with class based components?

      • toastal
        cake
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        28 days ago

        Proving that adding the class keyword to the ECMAScript spec was a mistake that leads folks down a path they should not travel 🙃

        • el_abuelo
          link
          fedilink
          arrow-up
          2
          ·
          28 days ago

          I completely agree. I taught JS/TS for 5yrs and I always emphasised that the ‘class’ keyword was just syntactic sugar for what was already available in prototype inheritance of JS.