• loathesome dongeater@lemmygrad.ml
      ·
      10 months ago

      There was an attempt to make a non JS based UI (called lemmy-lite on GitHub) but sadly the author could not work on it anymore.

      I have been thinking of repurposing libreddit to use lemmy instead but haven't begun working on it.

      • CannotSleep420@lemmygrad.ml
        ·
        10 months ago

        There's been discussion among the maintainers of a rewrite of the UI entirely. Besides the issue of not working without JavaScript enabled, the framework being used, inferno, is making it harder to maintain instead of easier. This even has security implications. Remember a few months ago when some tokens were stolen? That was largely in part due to the fact we were using a kludge to share data between the server and client since inferno had no good tools or compatible libraries to take care of that for us.