• Dojan@lemmy.world
    link
    fedilink
    arrow-up
    47
    arrow-down
    1
    ·
    11 months ago

    Very spot-on. I was expecting a regular HTML-based page but this just looks identical to old.reddit. I’m very impressed.

    • LiveLM@lemmy.zip
      link
      fedilink
      arrow-up
      22
      ·
      11 months ago

      I believe Reddit’s code was open sourced for a period of time, maybe that’s this looks identical.

      • madcow@lemmy.ml
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        11 months ago

        Every web frontend is source-available. You can do some obfuscation sure, but it’s always possible to just grab the computed style properties when the document finished rendering.

        • LiveLM@lemmy.zip
          link
          fedilink
          arrow-up
          10
          arrow-down
          2
          ·
          11 months ago

          Well yeah, but I imagine being able to look at Reddit’s back end code might have helped make sure it behaves identically to the real thing.