HTMX looks pretty neat #coding #javascript

87,727
0
Published 2023-06-23

All Comments (21)
  • @rizwannasir
    Looks like AlpineJs on steroids 😂 Definitely interesting.
  • @onyilimba
    Surprised how this is gaining traction now. Been using HTMX for 3 years now.
  • @mikopiko
    This & alpinejs is a gift! I personally use Stimulus but these libs are so good for frontend!
  • @thelittleerik4806
    I actually did hear about it and I swear to god. with this we could go back to vanilla coding. I hate libraries and frameworks so much that this SINGLE library could actually solve all of my problems
  • @Alex_online
    I’d love to see a more in-depth video on using blades and htmx together with layouts, components, and pages
  • @crowdozer3592
    It sounds crazy, but laravel + htmx + tailwind is very good DX. I recommend giving it a try if you havent already lol
  • @WaylonWalker
    Love the poling example with hx-trigger='every 1s'.
  • @Woeden
    JQuery successor for sure! It's beaultiful
  • @galeontiger
    How does api caching and state management work with htmx?
  • @a2xd94
    All good and great as long as your endpoints can return HTML
  • @kkiimm009
    Htmx + alpine or hyperscript is much better than something like react for almost all regular websites. As long as you use a backend that render html, something like django.
  • @tezismith8795
    You can have a select element with a hx-get attribute and when you change it it automatically sends a get request! Have a list and want a filter option? <select name="filter" hx-get="/list" hx-target="#list" hx-swap="outerHTML"> ...
  • @xX_dash_Xx
    "hey, you wanna learn this thing that you can already do is JS but you have to learn a completely new set of instructions and functions you do it?"
  • @EXATUBE
    I actually think it is very good for beginners.😅