Lesson 7 Component Lifecycle part 1

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

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

  • @maghidini
    @maghidini 7 лет назад +1

    I'm actually looking into React Native without a React background and this video helped me a lot!

  • @troymaeder83
    @troymaeder83 8 лет назад +1

    Really great tutorial!

  • @wangmaggie3454
    @wangmaggie3454 7 лет назад +1

    very clear and precise. thanks

  • @faisalkhurshid4032
    @faisalkhurshid4032 7 лет назад +1

    Very clear and concise. Thanks. Can we use all these life-cycle methods in React Native or it has some differences?

    • @CodeWithTim
      @CodeWithTim  7 лет назад

      Hi Muhammed, I've not done any React Native before but I imagine they will have the same or similar lifecycle. Might be worth checking out the React Native docs.

  • @andrewspencer1094
    @andrewspencer1094 7 лет назад +1

    Very, very helpful. Thank you.

    • @CodeWithTim
      @CodeWithTim  7 лет назад

      Thanks Andrew, the feedback means a lot.

  • @heshupai
    @heshupai 8 лет назад +1

    Great! It's helpful! Thank you!

  • @avinashgardas6444
    @avinashgardas6444 8 лет назад +1

    Hey.. thanks a lot man!

  • @nayeem9236
    @nayeem9236 7 лет назад +1

    Thanks mate..

  • @tech_mangoose
    @tech_mangoose 7 лет назад

    cool man

  • @negrin1
    @negrin1 8 лет назад +1

    tnx!

  • @smoothbeak
    @smoothbeak 7 лет назад +1

    I laughed when you put the parentheses around the object literal you were returning for getInitialState.
    Not necessary, it's only used when you are returning nothing on the same line as the return statement

    • @CodeWithTim
      @CodeWithTim  7 лет назад +1

      Ha, very true, didn't notice I did that!