Hotwire Demystified - Jamie Gaskins

Поділитися
Вставка
  • Опубліковано 17 тра 2021
  • 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.
  • Наука та технологія

КОМЕНТАРІ • 11

  • @joe_rogan
    @joe_rogan 2 місяці тому +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 2 роки тому +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 2 роки тому

    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!

  • @arthurcheek5634
    @arthurcheek5634 2 роки тому

    Thankyou!

  • @SupeRails
    @SupeRails 2 роки тому

    7:58 that syntax does not work...

    • @_eddbot_
      @_eddbot_ Рік тому +1

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

  • @purelydef9073
    @purelydef9073 3 місяці тому +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 29 днів тому

      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.