This is an opportunity for any users, server admins, or interested third parties to ask anything they’d like to @nutomic@lemmy.ml and I about Lemmy. This includes its development and future, as well as wider issues relevant to the social media landscape today.

Note: This will be the thread tmrw, so you can use this thread to ask and vote on questions beforehand.

Original Announcement thread

  • CannotSleep420@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    19
    ·
    11 months ago

    Why did you choose … Inferno for the frontend?

    As someone who’s made many contributions I wonder about this very often.

    Piggybacking off of the question I’m commenting on: what influenced your decision to use a rust WASM framework for the rewrite instead of something comparable that uses more well known web technologies, like next or sveltkit?

    • Dessalines@lemmy.mlOPM
      link
      fedilink
      English
      arrow-up
      20
      ·
      11 months ago

      Rust is just a much more enjoyable language to work with than javascript / typescript, and its been voted developers favorite language on stackoverflow for like 6+ years for good reason. When I made jerboa (in kotlin), it made me realize how awful it is working in javascript, even compared to a JVM based language.

      I’d been waiting for a long time for a good web framework in rust, so when sycamore / perseus / leptos came up, I made a few small sample projects, and loved working with them.

      Also leptos’s first class support for 4 different isomorphic/SSR modes, and its performance, made me choose that. Its essentially sveltkit, but for Rust.

      • CannotSleep420@lemmygrad.ml
        link
        fedilink
        English
        arrow-up
        17
        ·
        11 months ago

        After learning enough Rust to do some things I definitely agree with you regarding it being an awesome language to work with. My main concern is with ease to contribute by non-maintainers as shown in the other reply to my comment, and it’s not the first time I’ve seen the sentiment. However, maybe having lemmy’s official web UI be in leptos will both help to popularize the framework and encourage frontend devs to become proficient in a language other than JavaScript.

        • Dessalines@lemmy.mlOPM
          link
          fedilink
          English
          arrow-up
          10
          ·
          11 months ago

          For sure. The leptos devs and community have already been helping with a ton of issues I’ve been having with some smaller leptos projects I’ve been using to teach myself. I’m really excited about its potential, and hope it grows.

    • mark@programming.dev
      cake
      link
      fedilink
      English
      arrow-up
      7
      ·
      11 months ago

      Would definitely love to see more web-platform friendly frontend tech used, like Svelte. It would also make contributing to the frontend much easier imo.