Jeremy McPeak's Larabits - HTMX May Be All You Need

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 41

  • @shofada
    @shofada 7 месяцев назад +22

    HTMX is just so sweet, makes sense, and feels like "this is how it should have been from the beginning". I haven't needed anything else since I started using HTMX.

  • @horacesniper
    @horacesniper 7 месяцев назад +14

    Never seen a video of Jeremy McPeak before. What a pleasant way of explaining!

  • @kellymjones41
    @kellymjones41 6 месяцев назад +7

    I really like Jeremy's presentation style. Very understandable, simple, and clear.

  • @spartan_j117
    @spartan_j117 6 месяцев назад +1

    So practical and useful introduction on HTMX. The best among what I've seen. That's what oldschool means in conjunction with the true pro teacher.
    Envato was a place where I started my web-dev, and programming in general, journey more than a decade ago. I'm glad to see and hear Jeremy again and get some knowledge.

  • @KouadioStephane-FabienBrou
    @KouadioStephane-FabienBrou 2 месяца назад

    Merci pour ce cours sur HTMX. Impatient de l'intégrer dans un nouveau projet 😁

  • @AGAU1022
    @AGAU1022 6 месяцев назад +4

    Even if it's not all you need, it's an html extension library, so it can be used with basically any other tech.

  • @GREAT_SEAEMPEROR
    @GREAT_SEAEMPEROR 6 дней назад +1

    hey, that’s my dad!

  • @salehalnaggar7926
    @salehalnaggar7926 4 месяца назад +1

    Please more videos of HTMX with Laravel ❤

  • @SalakotPhilippines
    @SalakotPhilippines 6 месяцев назад

    Thank you Laracast for teaching while demonstrating it to us.

  • @JohnnyBigodes
    @JohnnyBigodes 6 месяцев назад +1

    Good HTMX presentation from a guy with a great voice. 👍

  • @andywhit333
    @andywhit333 7 месяцев назад +1

    Excellent video! Jeremy has a great, pleasant personality

  • @MrPatishpanj
    @MrPatishpanj 6 месяцев назад +1

    Server side rendering is OP

  • @QuintessentialDio
    @QuintessentialDio 7 месяцев назад

    Thanks for this, I've been thinking about whether to use it or just doing react only, now I think I'm much more inclined to using it

  •  3 месяца назад

    it make sense for me in so many simple cases!

  • @stevemccauley
    @stevemccauley 6 месяцев назад

    Nice video, thanks for that. Please don't take this the wrong way, but here are a couple of suggestions ... you can say "the inside of the vehicle was trashed", and you can say "it was inside the vehicle", but you seem to keep mixing the two together ... "put it inside of the ..." should be "put it inside the ...". Also, it's "padgination" not "paygination". That section was a real killer to listen to. But that was otherwise a great video, I'll watch out for your other videos! :)

  • @HumanoAI
    @HumanoAI 7 месяцев назад

    Intercooler was HTMX since 2013, Ajax can accomplish similar things but htmx sets up shorthand calls. There are some github security arguments suggests using an hx-disable attribute and a .htmx-disabled class to flag parts of the DOM for non-execution/processing,. Very easy to work with, but they say for complex projects you revert to react. I think with ai you can strip unneeded code in frameworks, that tree shaking can’t fully dispose of, generating scripts to fit specific needs. 2023 it landed in 10 spot let see if it climbs.

  • @ivan.jeremic
    @ivan.jeremic 6 месяцев назад +1

    JSON let's you communicate to many clients/apps HTMX only to the Browser, so if you are building only for the Browser htmx is sweet.

  • @Programming-Fun-With-Hima
    @Programming-Fun-With-Hima 5 месяцев назад

    Jeremy McPeak ❤

  • @SleepyChoco
    @SleepyChoco 4 месяца назад

    Amazing

  • @rianarfiandi5013
    @rianarfiandi5013 7 месяцев назад

    thanks Jeremy, great video!

  • @tiggatie
    @tiggatie 6 месяцев назад +1

    Do I need to reinitiate third party plugins after the render

  • @user-gu6xv7kg4v
    @user-gu6xv7kg4v 6 месяцев назад

    You sound like traversy media it is soothing

  • @Mr.science007
    @Mr.science007 6 месяцев назад +1

    how do you handle reactivity of data that is changed on the browser? like the basic react and vue example of a counter?

    • @bn5055
      @bn5055 6 месяцев назад

      The emerging stack I've seen most of is AHA - Astro (for build and server operations), HTMX, and Alpine. The latter being what you'd use for "front end" things like toggling menus and other reactive things.

    • @monstercameron
      @monstercameron 6 месяцев назад

      server sent event, send a hx-trigger event to the client and have parts that need to react listen with a hx-trigger attribute. more complex than that you need javascript.

  • @AnggaNegara
    @AnggaNegara 3 месяца назад

    I hate to be that guy but can you please share your VS code theme? it's similar to VScode Carbon theme but some colors were different. Appreciate the answer!

  • @ComputerProgramming-ig9kn
    @ComputerProgramming-ig9kn 6 месяцев назад

    what other tools you use with laravel?

  • @kylesvoid
    @kylesvoid 6 месяцев назад

    Welp time to rewrite my project again!

  • @MarkVolkmann
    @MarkVolkmann 6 месяцев назад

    It would make sense for “pagination” to be pronounced like that, but I’ve never heard it like that before.

    • @ivan.jeremic
      @ivan.jeremic 6 месяцев назад

      Would make sense to add a timestamp so we all can hear it.

    • @MarkVolkmann
      @MarkVolkmann 6 месяцев назад

      @@ivan.jeremic One example is around 10:30.

  • @lancemarchetti8673
    @lancemarchetti8673 6 месяцев назад

    Cool, but I can't build with HTMX offline.

  • @SebastianPerezG
    @SebastianPerezG 7 месяцев назад +1

    Ajax did the same .... many years ago. we can call it , a Fancy Ajax ?

  • @KarSlon1
    @KarSlon1 7 месяцев назад

    It will kill all React/Angular/Vue domain...

    • @chrisc2503
      @chrisc2503 7 месяцев назад

      No, it will not. It can't come even close to what Nuxt/Next frameworks can do.

    • @ivan.jeremic
      @ivan.jeremic 6 месяцев назад +1

      if you are building only for the browser htmx is a nice tool you can have fun with, but you can't expect mobile/tv/car operating systems to read HTML responses instead of JSON.

    • @simonkalu
      @simonkalu 2 месяца назад

      @@ivan.jeremic HTMX is not HTML

  • @bobbiesbits9028
    @bobbiesbits9028 7 месяцев назад

    Meh.

    • @rahulhaque9512
      @rahulhaque9512 7 месяцев назад +2

      Just curious, why though?

    • @ivan.jeremic
      @ivan.jeremic 6 месяцев назад

      @@rahulhaque9512 if you are building only for the browser htmx is a nice tool you can have fun with, but you can't expect mobile/tv/car operating systems to read HTML responses instead of JSON.