• Eager Eagle
    link
    English
    104 months ago

    my favorite JS framework is HTMX for making me write less JS or even none at all.

    • @[email protected]
      link
      fedilink
      44 months ago

      I do a lot of systems and backend programming and HTMX is the only way I can actually be productive with frontend work when I have to do it. It’s so simple and straightforward.

    • @MrPoopyButthole
      link
      English
      34 months ago

      Me too! I’ve been working with JS for more than 10 years but HTMX + Go has been a welcome transition.

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

        Wait are people writing Go for frontend code now? Or do you mean just replacing the node back end with Go?

        • @MrPoopyButthole
          link
          English
          24 months ago

          I was specifying my backend of choice to pair with HTMX.

          • @[email protected]
            link
            fedilink
            24 months ago

            Gotcha! I’ll have to look into it. I heard of it being used with Rust, which is probably the only lang I want to use for backend anymore. If it minimizes JS boilerplate, that’s a big win.

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

      I’ve heard nothing but good things about HTMX. I might have to play around just to get a feel.

      • @[email protected]
        link
        fedilink
        24 months ago

        I’ve heard nothing but good things about HTMX

        I’ve only ever heard anything “bad” about HTMX and it was here on Lemmy, actually. I ran into someone who was absolutely certain that HTMX was unsafe by design because it leveraged HTML over the wire and was therefore susceptible to HTML injection attacks, specifically by injecting malicious scripts that could be ran from domains you didn’t control. I tried explaining that proper utilization of access-control headers innately prevented this because they worked on the browser level and couldn’t be intercepted or interfered with by HTML injection by design, but he kept insisting it was unsafe while refusing to elaborate. He was very wrong, of course, but also very confident.

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

      Started making a rudimentary version of HTMX when Backbone and Knockout were new. Should have stuck with it - everything comes back around eventually in this industry.