We're sunsetting PodQuest on 2025-07-28. Thank you for your support!
Export Podcast Subscriptions

hx-pod

Join me while I learn HTMX and talk at you about it Twitter: @htmxlabs

Episodes

Total: 112

Ben Croker is building Sprig for CraftCMS, a reactive framework for CraftCMS built using htmx.As one

An HTMX success storyhttps://www.sheenaoc.com/articles/2024-06-30-htmxSheena joins to talk about how

Practice over theory. hx-swap-oob. optimistic uis. the secret to making memes

Building a modal, PART 2

2024/7/17

<dialog> tag is greathttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

Ignorance is bliss

John says what's up with marketing for small businessesYoutube: https://www.youtube.com/watch?v=S7BX

What's an efficient/great way to add modals using htmx?

Anthony's talk at Big Sky Dev Con:https://www.youtube.com/watch?v=uVKSmR_hBMs&t=9142sThis episod

Mentioned, how to submit and reset a form on success using htmx:<form hx-post="/admin/candidates"

"We've done them all now"All headers grouped===========> REQUEST HEADERS======> Flags*HX-Boost

i went to #BSDC2024 (not an htmx con) so you don't have to. here's my own recap of all the talksEver

Use this response header to send event trigers to ANY client side browser event (javascript, htmx, c

{ "HX-Reselect": "#one-div-inside-html" }

This episode explores what an optimistic ui might look like in htmx. Also: is it what we want to do?

{ "HX-Retarget": "#my-special-target" }

Override your "hx-swap=" attribute. Correct your hx-swap mistake! Do it now!!!

{ "HX-Refresh": "true" }

Decide from your server side what url the user sees!https://htmx.org/headers/hx-push-url

Speaking with a prolific developer who recently switched from React to htmx

Redirect your users to a new page from your back-end server in SPA-mode (no refresh for them)https:/