Earlier quoted context omitted.
That is not a use cases I would've expected Step Functions to handle; I'm intrigued. You're using express ones, I assume, but how are you wiring them up and why?
API Gateway direct integration to Step Functions. Unlike Lambda, there is not automatic transform for requests so I just wrote one and copy/paste it to each method integration (via a preprocess script; one of the ugly bits). Yes, EXPRESS state machines. I’ve found they have better tail latency behavior, and of course they involve zero patching/dependency updates which is nice. The state machines use JSONata for the s…
Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
111–120 of 216 posts
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#112Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#113I've been using htmx for three years now, and it's completely unlocked new ways of building software for the web, especially if you use a server-side templating language. But more importantly (as this "Game Boy" option reveals), the head honcho is really responsive with the items in the store. I had purchased a coffee mug a few years back and complained on Twitter that they need to sell larger mugs instead of only of…
So you drink weak coffee and insist on server-side rendering in 2026?
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#114Amazing... an HTMX thread without any haters interjecting or critics telling everyone why HTMX wont work. Even React-aholics have to tip their hats to a Game Boy release.
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#115Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#116Thank you to the HTMX-folks for keeping software fun! I've been a happy HTMX user and Grug essay forwarder since it first made the rounds here on HN. This was an instant purchase :)
TIL. Thanks! Now all the Grug references in the shop make sense, as well as the wisdom and overall vibe of the htmx project :)
[0] https://www.infoworld.com/article/2336201/complexity-bad-an-...
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#117I've been using htmx for three years now, and it's completely unlocked new ways of building software for the web, especially if you use a server-side templating language. But more importantly (as this "Game Boy" option reveals), the head honcho is really responsive with the items in the store. I had purchased a coffee mug a few years back and complained on Twitter that they need to sell larger mugs instead of only of…
So you drink weak coffee and insist on server-side rendering in 2026?
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#118Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#119What I don't like about Htmx is, that it is still a JS framework, without good automatic fallbacks for a noscript situation. This leads to web devs thinking it would be great to do all the things in Htmx, even if all they have is a static page with static content. Just recently I looked at hosting an old school forum. I don't want to load all the PHP and MySQL baggage on my server or even run it in docker, so I looke…
It's awesome, I'm not criticizing Htmx at all to be clear, I am criticizing our seemingly inability to advance the core web technology of HTML in browsers to include this kind of tech natively.
If somebody from the WhatWG, e.g. Apple, Google, Microsoft, Opera, and Mozilla, etc. wants to embrace and support the creators of Htmx and wrap this into the browser natively, I will proudly retract my comment.
Re: Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy
#120What I don't like about Htmx is, that it is still a JS framework, without good automatic fallbacks for a noscript situation. This leads to web devs thinking it would be great to do all the things in Htmx, even if all they have is a static page with static content. Just recently I looked at hosting an old school forum. I don't want to load all the PHP and MySQL baggage on my server or even run it in docker, so I looke…
It's too bad Htmx isn't just the native behavior of HTML, implemented in a cross-platform standard, that does not need to rely on Javascript in user space code. It could just be part of the browser. It should have been part of the browser. It's awesome, I'm not criticizing Htmx at all to be clear, I am criticizing our seemingly inability to advance the core web technology of HTML in browsers to include this kind of t…