• @[email protected]
    link
    fedilink
    English
    103 months ago

    it isn’t. that is html and css, some would argue it’s html only.

    javascript is not needed to load a website. It’s useful for interaction, and needed to load content separately and dynamically. without it you get a mostly (but not totally) static document like in Office Word

    • asudox
      link
      fedilink
      English
      03 months ago

      CSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.

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

        that does not mean javascript is essential, and mox’s point is still very valid.

        using WASM instead of JS is not better either. you simply don’t need any clientside executable code on a read-only view of a page