65 episodes

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

hx-pod Lazarus

    • Technology
    • 5.0 • 5 Ratings

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

    Anthony Alaribe on building a company with htmx and leveraging the browser

    Anthony Alaribe on building a company with htmx and leveraging the browser

    Anthony's talk at Big Sky Dev Con:https://www.youtube.com/watch?v=uVKSmR_hBMs&t=9142s
    This episode on youtube (i.e. see faces)https://www.youtube.com/watch?v=LQfKmpx7QZ8

    • 55 min
    Large table pattern using htmx

    Large table pattern using htmx

    Mentioned, how to submit and reset a form on success using htmx:
    This assumes the last row is the add form, and places the newly added item directly above it.

    • 19 min
    Htmx headers: Season 3 Recap

    Htmx headers: Season 3 Recap

    "We've done them all now"
    All headers grouped
    ===========> REQUEST HEADERS
    ======> Flags
    *HX-Boosted - was it a boosted link
    *HX-Request - is it an htmx request
    *HX-History-Restore-Request - is it a back button restore request
    ======> Auto-sent variables
    *HX-Current-URL - current url page is at
    *HX-Target - id of target if has id
    *HX-Trigger-Name - which element triggered it by name
    *HX-Trigger - which element triggered it
    ======> User Variables
    *HX-Prompt - user is asked to provide prompt, this is what they typed

    ============> RESPONSE HEADERS
    ======> Browser & history commands
    *HX-Location - hx-boost reload to page
    *HX-Redirect - regular redirect
    *HX-Refresh - refresh page
    *HX-Push-Url - push url to top bar
    *HX-Replace-Url - replace url in top bar
    ======> override attributes
    *HX-Reswap - sets hx-swap value
    *HX-Retarget - set hx-target value
    *HX-Reselect - set hx-select value
    ======> Trigger events
    *HX-Trigger - trigger an event on client immediately
    *HX-Trigger-After-Swap - trigger an event after swapping in html
    *HX-Trigger-After-Settle - trigger an event next lifecycle

    • 11 min
    I went to Big Sky Dev Con 2024 so you don’t have to

    I went to Big Sky Dev Con 2024 so you don’t have to

    i went to #BSDC2024 (not an htmx con) so you don't have to. here's my own recap of all the talks
    Every talk is available to watch at: https://bigskydevcon.com
    1:26 - The htmx guide to gonzo open source marketing by Carson Gross8:23 - The Life & Death of HTMX by Alex Petros13:29 - Hypermedia Middleware: Introducing Walrus by Ben Damman17:14 - htmx sucks and now you're gonna hear about it (Mind the Gap) by Ryan Florence23:27 - Abusing Hypermedia by Nathaniel Maile & Jon-Michael Hartway27:51 - Local First by Warren Buffering 30:30 - Geospatial Data in an AI World by Jaron Jones31:12 - What's the Deal with Flutter? by Marcus Twichel32:41 - High floor, high ceiling by Sam Selikoff36:41 - Building HTML Frontend with Go & Templ by Adrian Hesketh37:56 - You can't build very interactive web apps without SPAs... and other HTMX myths by Anthony Alaribe47:50 - Development & DevOps Lessons from the New Montana Cadastral Application by Kenny Ketner48:27 - A Talk By ThePrimeagen by ThePrimeagen51:19 - Release of HTMX 2.0 on floppy disk

    • 54 min
    Htmx response headers: HX-Trigger, HX-Trigger-After-Swap, HX-Trigger-After-Settle

    Htmx response headers: HX-Trigger, HX-Trigger-After-Swap, HX-Trigger-After-Settle

    Use this response header to send event trigers to ANY client side browser event (javascript, htmx, custom, etc)
    HX-Trigger - as soon as response receivedHX-Trigger-After-Swap - after new html is swapped inHX-Trigger-After-Settle - after new html is settled and processed by browser
    single eventHX-Trigger:event
    multiple eventsHX-Trigger:event1, event2 
    single event with valueHX-Trigger:{“event1”:”event 1 message”} 
    single events with key/value dataHX-Trigger:{“event1:{“key1”:”value1,”key2:”value2”}}
    multiple events with key/value data HX-Trigger:{“event1:{“key1”:”value1,”key2:”value2”}, “event2”:{“key1”:”value1,”key2:”value2”}}

    • 10 min
    Htmx response headers: HX-Reselect

    Htmx response headers: HX-Reselect

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

    • 4 min

Customer Reviews

5.0 out of 5
5 Ratings

5 Ratings

brannigancommazap ,

This is my podcast and I love it

Ergo, so should you

Zac R ,

The world needs more htmx, less JavaScript

It’s really cool that there’s an htmx podcast. It’s a breath of fresh air among all the JavaScript related content.

Top Podcasts In Technology

Acquired
Ben Gilbert and David Rosenthal
All-In with Chamath, Jason, Sacks & Friedberg
All-In Podcast, LLC
Lex Fridman Podcast
Lex Fridman
Search Engine
PJ Vogt, Audacy, Jigsaw
Hard Fork
The New York Times
TED Radio Hour
NPR

You Might Also Like

JS Party: JavaScript, CSS, Web Development
Changelog Media
Oxide and Friends
Oxide Computer Company
The Changelog: Software Development, Open Source
Changelog Media
Go Time: Golang, Software Engineering
Changelog Media
Syntax - Tasty Web Development Treats
Wes Bos & Scott Tolinski - Full Stack JavaScript Web Developers
Python Bytes
Michael Kennedy and Brian Okken