• iegod@lemm.ee
      link
      fedilink
      arrow-up
      14
      arrow-down
      2
      ·
      2 years ago

      And then there’s me, missing flash :(

      Flash and AS3 was so much fun to work in. I completely understand why the industry moved away from it but even today we have yet to fully catch up to all the media animation and programmatic features it provided all in one. RIP.

      • Knusper@feddit.de
        link
        fedilink
        arrow-up
        7
        ·
        2 years ago

        You can have frameworks which fully generate the JS DOM code for you, allowing you to write complete single-page applications without writing a single line of JS.

        • float@feddit.de
          link
          fedilink
          arrow-up
          5
          ·
          2 years ago

          I’m using the leptos framework (Rust) and really like it so far. Not a single line of JS, not even npm as a dependency in that project.

          • Knusper@feddit.de
            link
            fedilink
            arrow-up
            2
            ·
            2 years ago

            Yep, that’s the framework, I’m using, too. But most frameworks in the Rust ecosystem can do DOM interop, as the heavy lifting for that is provided by the wasm-bindgen library.