What Is Phoenix LiveView? (UPDATED)

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

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

  • @auraSinhue
    @auraSinhue 2 месяца назад +1

    I highly recommend this course, it made me understand how the lifecycle of a LiveView application.

  • @chillbro2275
    @chillbro2275 9 месяцев назад +2

    That was a terrific explanation. Now I can stop learning this JS framework.

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

    very clean info, thanks !

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

    wow!!

  • @dyto2287
    @dyto2287 5 месяцев назад +2

    "Massively scaleable" with websockets on each user? 🤣😂🤣

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

      ???

    • @dyto2287
      @dyto2287 3 месяца назад +1

      @@noorkdrip Websocket is the hardest to scale transport. Literally pain in the ass once you get real traffic yet this solution in video claims it is "Massively scaleable".

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

      @@dyto2287 Hmm alright. I will take your word for it.

    • @someguyO2W
      @someguyO2W 2 месяца назад +1

      Because it is erlang/elixir
      Which scales concurrent connections more easily

    • @hamm8934
      @hamm8934 4 дня назад

      Are you unfamiliar with elixir? The websocket approach is super scalable and efficient by reducing the number of bytes needed for each server transaction drastically while using the Beam actor-supervisor model to handle disconnects, reconnects, etc.