Find a single flaw.

Find a single flaw.

  1. 1 month ago
    Anonymous

    >html injection
    nothing personal kid

    • 1 month ago
      Anonymous

      There is nothing about htmx which makes it inherently more susceptible to HTML injection. If you aren't sanitizing the data you get from external sources you are going to have trouble 9/10 times, no matter what you are using.
      Next.

      • 1 month ago
        Anonymous

        >There is nothing about htmx which makes it inherently more susceptible to HTML injection.
        True
        > If you aren't sanitizing the data you get from external sources you are going to have trouble 9/10 times, no matter what you are using.
        All poeple say this but no one says how the fuck do you sanitise it. Solutions always seem half assed. It sems to me the only solution is to create some super minimal programming language with like 4 keywords just for processing data from web.

        • 1 month ago
          Anonymous

          htmlpurifyer is pretty good

        • 1 month ago
          sage

          wow did you just hear about golang?

        • 1 month ago
          Anonymous

          >4 keywords
          nagger
          Kike
          Jannie
          Cunt

          Now you say what each do.

    • 1 month ago
      Anonymous

      you can get html injection in fucking anything. almost all backend frameworks have magic in their templates that escape interpolated text for you. you have to be a literal idiot to get this

    • 1 month ago
      Anonymous

      Not htmx thingy, more like skill issue

    • 1 month ago
      Anonymous

      Not a htmx issue, try again

  2. 1 month ago
    Anonymous

    Still uses javascript in a world where the majority of applications could just be pure HTML RESTful APIs. Other than that, it's pretty nice.

    • 1 month ago
      Anonymous

      Browsers need to implement HTMX functionality natively.

      • 1 month ago
        Anonymous

        I agree
        But how can browser developers be convinced to do that?

      • 1 month ago
        Anonymous

        Yeah, right after they natively support JSX and other bullshit formats lmao

  3. 1 month ago
    Anonymous

    it's web related

    • 1 month ago
      Anonymous

      this, fuck the internet and fuck all webshitters and webshitter technology.

    • 1 month ago
      Anonymous

      Not a flaw. If you have a problem you can't hold the same problem as a negative of potential solutions.

      this, fuck the internet and fuck all webshitters and webshitter technology.

      HTMX aims to fix webshitters and webshitter technology. Please don't try to participate in a thread when you don't know the first thing about the topic, thanks.

      • 1 month ago
        Anonymous

        Every new webshitter technology pretends it's going to improve things. No one cares about your faggy "find a flaw" shitpost thread.

      • 1 month ago
        Anonymous

        >Please don't try to participate in a thread when you don't know the first thing about the topic, thanks.
        kill yourself

        • 1 month ago
          Anonymous

          Every new webshitter technology pretends it's going to improve things. No one cares about your faggy "find a flaw" shitpost thread.

          >I entered a thread about a topic I don't like and don't know nothing about, shatpost my useless "opinion", and now people are calling me out and I'm mad. How could this be happening to me?
          This is not your safespace. Try reddit.

          Is this the currently yearly flavor if PHP or what

          It kills the frameworks and makes webdev be entirely server based, with the only responsibility of the frontend being rendering data. This means that you completely remove frontend state, and it also fixes many of the dogshit quirks of webdev, like double input validation.
          It also makes updating remote components trivial, because instead of having a complex state graph, you can just reference elements to be updated in your code.

          In essence it reduces the need for javascript by a good 90%, if not entirely, depending on what you're trying to do, of course. Pic rel is from their website.

          • 1 month ago
            Anonymous

            >This is not your safespace. Try reddit.
            I said kill yourself

            • 1 month ago
              Anonymous

              >I said
              Nobody asked.

          • 1 month ago
            Anonymous

            >This is not your safespace. Try reddit.
            You're trying too hard.

          • 1 month ago
            Anonymous

            and reinvents the same problem that frontend frameworks solved: LOAD, LARGE LOAD OF MILLION USERS, nagger!!!

            • 1 month ago
              Anonymous

              Nice dunning kruger post. Best I've seen on LULZ

      • 1 month ago
        Anonymous

        can't fix something that's fundamentally broken. dig up the tubes and start all over again, that's the solution

    • 4 weeks ago
      Anonymous

      If you can't do these things with vanilla html, you're a pajeet and shouldn't be making websites.

      /thread

      • 4 weeks ago
        Anonymous

        >If you can't do these things with vanilla html
        What does this even mean?

        • 4 weeks ago
          Anonymous

          Once upon a time people didn't need bloated frameworks to access features that are built into every browser by default.

          http://vanilla-js.com/

          • 4 weeks ago
            Anonymous

            > vanilla html
            > vanilla-js.com
            Hmmmmmmmm

    • 4 weeks ago
      Anonymous

      lel

  4. 1 month ago
    Anonymous

    Is this the currently yearly flavor if PHP or what

  5. 1 month ago
    Anonymous

    Fad

  6. 1 month ago
    Anonymous

    It's relatively bloated all things considered - when not gzipped it's ~46.7kB minified, jQuery slimmed is ~69k. Consider just how much more jQuery offers.

    Underneath the algorithms used to "hydrate" the app (not even considering how it's still the suboptimal solution compared to resumability) are still slow, last I remember the library choked on massive dick when it came to extensions and properties from parent elements being used by children elements or something like that. Check their Github issues.

    As much as I love the author behind it some of his (and W3C's overall) old ideas are pretty fucking stupid and useless, like using verbs other than GET and POST is pretty fucking gay and will just tangle your backend arch more, using HTML form validation is retarded and you will use JS sooner or later for even the tiniest thing, using diverse HTML elements isn't worth it when not everything is standardised and compatible with same behaviors across all browsers, etc etc. I can keep going.

    HTMX is a sign that webdev is healing but it's not it. Also many other libraries like it exist (Unpoly, Hotwire, Laravel - but now it uses HTMX underneath iirc)

    >inb4 reddit spacing
    Kill yourself.

    • 1 month ago
      Anonymous

      >Consider just how much more jQuery offers.
      Nothing. I haven't used JQuery in a decade or more.

      >like using verbs other than GET and POST is pretty fucking gay
      Literally justify this claim.

      • 1 month ago
        Anonymous

        >I haven't used JQuery
        ftfy homosexual, it's still relevant unfortunately with how Firefox and Chrome suck dick at compatibility for the most basic vanilla JS shit (from my experience).

        >Literally justify this claim.
        For one, it's easier and gives you more versatility and is more verbose to just append a URL or use search params instead.
        Consider a chat messages service with the following URI path:
        POST example.tld/<channel ID>/<message ID>/<action>
        Instead of being bound to a few keywords you now have a lot more at your disposal, with more expressiveness and probably less backend headaches since depending on your framework of choice it's easier and more readable to have a new file for that path instead of stuffing everything into one file and deciding about what should be a PUT, POST or PATCH and once two or more fit into the same scenario - how you should decode the request.
        It's just more versatile to not limit yourself to something nobody ever sees or cares about but you, the developer.
        Like if you like it, sure, but saying it should be the proper way to go is just not true.
        Also as a side note HTTP/2's HPACK static table includes only GET and POST.
        Don't know about QPACK.

        • 1 month ago
          Anonymous

          >For one, it's easier and gives you more versatility and is more verbose to just append a URL or use search params instead.
          But you can just as easily say in that case that HTTP methods are useless in general. I can do the same thing with a GET request as I can just a POST request. The whole point is to have a standard CRUD operation list, even though in practice it doesn't work very well. If anything I personally think methods should just be removed from HTTP, but I'm not holding that against HTMX.

          • 1 month ago
            Anonymous

            >just as easily
            I'm gonna be that guy: you can't do it just as easily because URLs have a length limit and POST requests don't
            >is to have a standard CRUD operation list
            You're not limiting yourself to set and stone CRUD that way was my point, because limiting yourself here is pointless (and gay)

        • 1 month ago
          Anonymous

          >whining about http verbs
          they have semantic meaning when it comes to caching that browsers respect. also it's a bit more clean in the logs.

  7. 1 month ago
    Anonymous

    >genderless HTML

    no thanks woke leftist dems

  8. 1 month ago
    Anonymous

    >see you dont need to use JS anymore
    >uses JS internally
    there is no flaw, there is no point either

  9. 1 month ago
    Anonymous

    what real world problem does htmx solve that one to three lines of modern javascript doesn't

    • 1 month ago
      Anonymous

      Stateful SPAs.

      • 1 month ago
        sage

        trash. got it

      • 1 month ago
        Anonymous

        extremely simple in js

        • 1 month ago
          Anonymous

          It's so simple there are a million shitty frameworks to try and make it manageable.
          Synchronizing state will always be worst than having state in one place only.

          • 1 month ago
            Anonymous

            now there's a million and one shitty frameworks
            how about engineer the page better

            • 1 month ago
              Anonymous

              htmx is not a framework, clown.

  10. 1 month ago
    Anonymous

    >htmx plus SQLite plus Go plus ngnix
    That's my stack.

  11. 1 month ago
    Anonymous

    >open dropdown
    >network call
    >click out form field
    >network call
    >network goes down
    >UI stop working

    • 1 month ago
      Anonymous

      >open dropdown
      >network call
      Why?
      >click out form field
      >network call
      What do you mean "click out?"
      >network goes down
      >UI stop working
      You've described 90% of SPAs, and the irony here is that with HTMX you are at least likely to have your page in a presentable and consistent state.

      • 1 month ago
        Anonymous

        >You've described 90% of SPAs
        Stop outing yourself as a retard.

  12. 1 month ago
    Anonymous

    I'll be honest I mostly dislike it because all the blatant shilling and people who act like it's the second coming of christ. I don't really see it as doing anything that new either. I'm gonna stick with Vue + PHP.

  13. 4 weeks ago
    Anonymous

    Htmx is one of the toy project languages. It looks to suck for anything complicated but makes easy things bit faster.

Your email address will not be published. Required fields are marked *