React Tutorial #5.5 Changing State (& Virtual DOM)

React Tutorial #5.5 Changing State (& Virtual DOM)

Net Ninja

7 лет назад

26,952 Просмотров

Ссылки и html тэги не поддерживаются


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

@0the0ambient0
@0the0ambient0 - 20.09.2019 04:57

What a perfect explanation

Ответить
@andreimocanu3442
@andreimocanu3442 - 09.04.2019 17:32

I don't like your font editor

Ответить
@waex7089
@waex7089 - 19.06.2018 18:39

thank you <3

Ответить
@amrgharz190
@amrgharz190 - 29.03.2018 13:19

goddamn it man , even though i use class extends react.Component , but i clearly understand your explanation , it is a chemical relation i think hhahahaha , you brain is works like mine i guess hahaha

Ответить
@stephenpeters9125
@stephenpeters9125 - 29.12.2017 10:48

OMG! Saw the .bind(this) stuff in the codecademy modules and was totally thrown off! Now it makes perfect sense! Thanks!

Ответить
@VarunRajvanshi
@VarunRajvanshi - 22.10.2017 22:38

what if we want to change changethe todos[0] 's value. I tried and it's asking for unrealistic syntax like : todos,[0]:newValue ? either way it's not working ..HELP

Ответить
@falakejaz8561
@falakejaz8561 - 31.08.2017 08:57

My output is not showing in the browser , I have cross checked the code.

Ответить
@gianlucapaul
@gianlucapaul - 26.08.2017 03:27

Great tutorials, but I have no idea what a "brlue-ser" is. ;-)

Ответить
@limjian7638
@limjian7638 - 08.05.2017 16:15

Can someone tell me if JQuery or Angular uses virtual DOM?

Ответить
@paweer.4925
@paweer.4925 - 11.03.2017 06:17

i've never thought that I can bind callback function this way :D cheers mate

Ответить
@_Yolandi
@_Yolandi - 25.01.2017 00:35

When im doing this:

var ager = setTimeout(function(){
this.setState({
age: 35
});
}.bind(this), 5000);

I'm getting the error you said, but when I'm using an arrow function:

var ager = setTimeout(() => {
this.setState({
age: 35
});
}, 5000);

It works without binding, can you explain this to me? Thanks

Ответить
@angelisasioyolo3092
@angelisasioyolo3092 - 30.11.2016 07:58

Thanks for the videos!

Ответить
@dimavakatsiienko8754
@dimavakatsiienko8754 - 25.10.2016 21:27

I am hitting a "Like" button even before video starts playing. Very clear tutorial!
p.s. nice sytax theme

Ответить
@humayonkabir6255
@humayonkabir6255 - 22.10.2016 20:22

nice tutorial bro indeed.Also please continue and do a great project in it.

Ответить
@suhaib6699
@suhaib6699 - 18.10.2016 19:49

Finally React! :D
Thanks for such a great tutorial..

Ответить
@sputnikho8782
@sputnikho8782 - 18.10.2016 01:07

You are doing an excellent job. This is a great tutorial. Thank you so much!

Ответить
@3ab8aR
@3ab8aR - 17.10.2016 16:48

Could you please change the font ?
maybe FiraCode

Ответить