How to Effortlessly Build an Instagram Clone With Hotwire

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

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

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

    BTW, at 5:31 you shouldnt you nest the if inside the turbo_stream for easier reading?

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

      Sure, but these videos are probably too fast as they are, so I wasn't trying to be too DRY :)

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

    Thank for the video sir it helps me a lots

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

      Glad you liked it.

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

    Hello, would you know something about how to integrate vuejs in a rails 7 app by importmaps?

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

      Unfortunately I do not. I've never used it.

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

      @@mixandgo ok, thanks

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

    hi, i can't understand, this course in your personal site is more expensive that udemy site, what's diference? , i think is very basic clone of instagram do you have plans to add more models like as friendships or anothers? , regards.

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

      hi Jamie, are you referring to the "Learn Hotwire" course?

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

      @@mixandgo yes, the instagram clone

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

      There's no difference, the full price is the same.

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

    I always wondered what are the limits of Turbostreams? How fast/slow would updating 1000s of user at the same time? Anyone has practical experience in these situations?

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

      I haven't tried to benchmark this yet, but I know there's anycable.io which promises to be a lot faster than ActionCable. So... it's something I plan to explore at some point.

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

    Thanks for the video. Please do Spotify and Rails clone, somehow easy for Ruby beginners.

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

      Thanks for the suggestion

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

    very nice😊👌

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

      Thank you Chandan.

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

    This format is more like rails casts, fast-paced and everyone may not follow through as you have already written code. I wish this video was somewhat of live coding, explaining why are you doing what are you doing.

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

      I understand this format might not be the best for everyone. But it's what I chose for the channel.
      For a more beginner friendly explanation, you can enroll into my Rails class (linked in the description).

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

    A potentially good tutorial marred by "The asset "tailwind.css" is not present in the asset pipeline." when installing the repo. I don't have time for this.

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

      Take your time and just type 'rails tailwindcss:install' in your console. ;)

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

      its because windows sucks with esbuild. it cant use glob syntax i wasted like a yaer of learning not knowing this lol. now i dont use ---css=bootstrap ---css=tailwind or -j esbuild on windows, just stay away form those.