Introduction to Hotwire in Ruby on Rails

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • With the release on Rails 7, Hotwire has generated a lot of confusion among Rails devs. So in this video, we're going to look at how Hotwire works together with Stimulus and Turbo.
    🎥 Join my new Ruby on Rails Class here: mixandgo.com/r...
    🍿 How to Start a Ruby on Rails 7 App With Hotwire and Tailwind CSS: • How to Start a Ruby on...
    🍿 Ruby on Rails 7 Drag & Drop With Hotwire: • Ruby on Rails 7 Drag &...
    👉 Buy my Bulletproof Ruby on Rails Applications eBook: j.mp/2OtFCdR
    You can subscribe to the channel using this link: www.youtube.co...
    My website: mixandgo.com
    #rubyonrails #rails7 #hotwire #stimulusjs #turbo #ruby #webdev

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

  • @chrisbrace6915
    @chrisbrace6915 2 года назад +9

    This is honestly some of the clearest use cases and examples I've seen on this topic. When course?

    • @mixandgo
      @mixandgo  2 года назад +2

      Thank you! I'm currently working on a new Rails course. You can join the waiting list here: mixandgo.com/rails-course

  • @JuLoc06
    @JuLoc06 Год назад +5

    I think you’ve convinced me to take a second around in rails! I started my career off in ruby back in 2011/2012 but left around 2016, but rails 7 is a game changer I don’t think I can ignore any longer. Thanks for the wonderful content. 😊👍🏾

    • @mixandgo
      @mixandgo  Год назад

      Sure thing. Good luck.

  • @InLightFilm
    @InLightFilm 2 года назад +4

    Thank you. even though I thought I understood this perfectly, your simple explanation made things much much more clear.

  • @oooo9570
    @oooo9570 2 года назад +3

    Thanks so much for sharing - it is awesome to have a 'quick' to the point summary of the behavior of these different aspects of rails, bc each one operates similarly yet slightly different from the next and it's good to know what to put where and in what event to do so!

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

      Happy to help :)

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

    Rails had not only the answer to React, it also had the upper hand because we already had HTMX before React, it was called Intercooler.js, made by the same guy, with the same concept and the guy was a rails developer, the examples of intercooler.js are using Rails.

  • @diegonoronha5994
    @diegonoronha5994 2 года назад +1

    Thanks for sharing the knowledge and I will be following along, as I am in a project that we are carrying out this migration

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

      Let me know if you have questions. I'm always on the lookout for new ideas.

  • @datguy4104
    @datguy4104 2 года назад +1

    I'm still learning the pile of puzzle pieces that is web dev but how do you use Elixir liveview with rails?

    • @mixandgo
      @mixandgo  2 года назад +1

      You don't. Elixir and Ruby are different languages. LiveView is for Elixir/Phoenix what Hotwire is for Ruby on Rails.

    • @datguy4104
      @datguy4104 2 года назад +1

      @@mixandgo That's what I thought, I think I misunderstood what was said somewhere. Thank you!

  • @cryptosecuritytools
    @cryptosecuritytools 2 года назад +1

    Just signed up for your course. Looking forward to it!

    • @mixandgo
      @mixandgo  2 года назад +2

      It's great to have you Glen. Let me know if you have any questions along the way. Also make sure to use our community forum for anything you want to discuss with me or other students.

  • @The_Penny_Seventeens
    @The_Penny_Seventeens 9 месяцев назад

    Thank you please continue to makes more videos your explanations are very helpfull...

    • @mixandgo
      @mixandgo  9 месяцев назад +1

      More to come 🤓

  • @postwala2667
    @postwala2667 Год назад

    Is anyone interested in fixing our hr application? Should have gone react js all the way but unfortunately was sold rails and still there without a launch

    • @mixandgo
      @mixandgo  Год назад

      What's wrong with Rails? And why would React be a better option?

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

    Good video. I was waiting for the turbo stream version of the previous example updating both turbo frames, to understand it better.

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

      Glad it was helpful!
      There are a few more videos on the channel all about Hotwire.

  • @andrii-nk
    @andrii-nk 2 года назад

    Cool video! Thanks

  • @johnlloyddesape3206
    @johnlloyddesape3206 Год назад

    vscode theme?

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

    HTMX and UNPOLY are also an alternative.

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

      Thanks for sharing

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

    Keep it up man!

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

      Thanks! Will do!

  • @Lwaladoaladilayoghadirosa9ama
    @Lwaladoaladilayoghadirosa9ama 2 года назад +1

    But come on! yes it is awesome but only when you're planning to create a web and only a web app. separating the backend from the front-end gives you the ability to create mobile/tv/whatever app because you already have the API ready. so I won't say it's an alternative to react/vue/... but it's a matter of what your final goal is!

    • @mixandgo
      @mixandgo  2 года назад +3

      You can still have your mobile app and/or API if you want to. You just don't need it for the web app.
      A lot of web apps don't need a mobile app anyway.
      And Strada will roll out soon (for mobile). I don't know how that will work, but it's part of Hotwire.
      Plus, you often have different requirements for your mobile app than your web app. So you can build a better API for mobile.