• @[email protected]
      link
      fedilink
      132 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.

      • @[email protected]
        link
        fedilink
        English
        62 years ago

        I still have a hobby website with an AS flash animation on it that I don’t have the heart to get rid of. It was so cool.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        2 years ago

        Starfield has a bunch of AS3 and Flash files. I’ve been hacking it all week.

        And, uh, I use vanilla JavaScript with Typescript checking via JSDocs.

      • @[email protected]
        link
        fedilink
        72 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.

        • @[email protected]
          link
          fedilink
          52 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.

          • @[email protected]
            link
            fedilink
            22 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.

    • @[email protected]
      link
      fedilink
      0
      edit-2
      2 years ago

      Unpopular opinion: I hope it’s going to be a flop (apart from the few use cases where it does make sense). The limitation of having just JavaScript ensures level of interoperability which is IMHO one of the big advantages of web as an application platform. If WASM becomes successful, it will fragment the web.