Hotwire Demystified - Jamie Gaskins

Поделиться
HTML-код
  • Опубликовано: 22 сен 2024
  • DHH stunned the Rails world with his announcement of Hotwire from Basecamp. Even folks in the non-Rails web-development community took notice.
    In this talk, you will learn about the building blocks of Hotwire and how they compose to create a streamlined development experience while writing little to no JavaScript.

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

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

    Great presentation. Keep it up! 💪

  • @lexalexander9334
    @lexalexander9334 3 года назад +3

    Great impartial talk Jamie. Love how you explained the tradeoffs of each approach.

  • @SupeRails
    @SupeRails 3 года назад +4

    Is there any way to see a working version of the code that is presented?

  • @abdullahbarrak8618
    @abdullahbarrak8618 3 года назад +1

    thanks, concise helpful presentation.

  • @ginocapio
    @ginocapio 3 года назад +1

    Thanks! 🙏

  • @haroldpepete
    @haroldpepete 3 года назад

    Great video, i have one question, what is the hotwier behavior between url change? you have to load a entire page in html main request!

  • @purelydef9073
    @purelydef9073 5 месяцев назад +1

    No idea why rails has to be so absurdly complicated. In react, you never once have to think about the details of what’s going on in the AJAX requests because all that detail is abstracted away from developers and it just.. works. Having to understand all the nuances of low level details just to write a front end in exchange for not having to write JavaScript is NOT a good trade off at ALL. That’s like saying we can write all our clientside code in assembly but at least there’s no JS!

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

      You should try building a full stack app with both approaches and you will realise that Turbo gives you much better dx and abstracts away more implementation details than react spa’s do.

  • @SupeRails
    @SupeRails 3 года назад

    7:58 that syntax does not work...

    • @_eddbot_
      @_eddbot_ Год назад +2

      For anyone else having the same issue
      I had to change the id in the turbo frame to use _underscores_, rather than hyphens-

    • @carbogninalbertp
      @carbogninalbertp 15 дней назад +1

      @@_eddbot_ that's it thanks

  • @arthurcheek5634
    @arthurcheek5634 2 года назад

    Thankyou!