Edit: Removed the photos due to lemmy crawler displaying the toot.

    • noodlejetski@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      there’s Phanpy, Ełk, Tangerine, Pinafore, and Mangan when it comes to web apps. and apart from that there’s a huge offering of mobile and desktop clients.

    • schizo@forum.uncomfortable.business
      link
      fedilink
      English
      arrow-up
      0
      ·
      13 days ago

      There are some. Mastodon has a lot of garbagey nonsense, but they do at least have a proper API which will let you make a non-shit front end if you wanted.

        • schizo@forum.uncomfortable.business
          link
          fedilink
          English
          arrow-up
          0
          ·
          13 days ago

          Well, Lemmy’s front end talks to it’s back end via an API, which is pretty much how every web app of any scale works these days.

          There’s really not any particular difference between a monolithic app vs a seperate front end in terms of “all those API calls” since everything is basically calling APIs at this point, if they’re not made by complete incompetents. (In the case of Mastodon, though, I suppose complete incompetent is possible.)

        • Xylight@lemdro.id
          link
          fedilink
          English
          arrow-up
          0
          ·
          13 days ago

          photon doesn’t directly communicate with the backend, it’s not intended for that. but even then, lemmy-ui is almost entirely client side (for some reason) and it makes its calls to the API