Learn Knockout.js - Part 2: Arrays and Templating

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

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

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

    Thank you much Drew! Specifically, this set of KO videos helped achieve a eureka moment on reactivity and single-page application. Let the fun begin. Hoping to see more stuff come out about KO and/or similar frameworks like Svelte, Vue, or React. I did find Knockout to be piece of cake to pick up. Will keep an eye on the channel :)

  • @iagobarretoc8194
    @iagobarretoc8194 4 года назад

    Really nice explanation on the core concepts about knockout and using real good examples with it

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

    These knockout videos have been very informative. I've actually taken it a bit further by using requirejs to manage the viewModels.

  • @zmark2274
    @zmark2274 4 года назад

    Couldn't agree more with all comments below. Do appreciate the work you do. Keep having a tail wagging a day)

  • @iagobarretoc8194
    @iagobarretoc8194 4 года назад

    Thank you. I really like the way you think while coding

  • @user-de7ng5sb2b
    @user-de7ng5sb2b 4 года назад

    Excellent - so much fun, thanks!

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

    Nice explanations

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

    hello
    what about this vs self ?
    var self = this; // what is line means

  • @DaveTheDeveloper
    @DaveTheDeveloper 4 года назад

    I can´t identify what the "data" parameter does in the removeItem function? can you explain?

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

      Hey, that's a great question. When iterating in a data-bind foreach, knockout will pass the current iteration item as `data` in bound functions so the parent can know which item was interacted with.
      I don't think we ended up using the actual `data` parameter here... we used the second parameter which is the click event itself.

    • @DaveTheDeveloper
      @DaveTheDeveloper 4 года назад +1

      @@DrewConley Ah ok, so the first one in this Case was Like a placeholder so you can give the function the Event as the Seconds Argument ?

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

      @@DaveTheDeveloper Yep, exactly.

    • @DaveTheDeveloper
      @DaveTheDeveloper 4 года назад

      @@DrewConley ah okay thx for the answer :). I was so confused and got kinda angry ´cause I wanted to know what this thing does ^^

  • @iagobarretoc8194
    @iagobarretoc8194 4 года назад

    how can i find the pen? i want to use the styles for the icons

  • @sarastoimenova2018
    @sarastoimenova2018 4 года назад

    Thank you

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

    Nice content

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

    Great explanation, editor is irritating though :p.