React JS Tutorials for Beginners - 10 - Multiple Child Components

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Amazing tutorials. I couldn't wrap my head around React until I found your channel. Thank you so much Bucky!

ThePandaGuitar
Автор

Thanks for providing these tutorials. Going to move onto React/Redux series by the end of today :)

jonahchang
Автор

Bucky you are the man!!!! You made a daunting topic simple to understand. Thank you

Geedimensions
Автор

nice tutorial man! thanks for sharing!

Patrick-xcwt
Автор

you make good tutorials! thanks for them Bucky!

danielwchen
Автор

Bucky I love your tutorials bro.... I learn so much by watching you ! But I swear I am going to buy you a new quieter keyboard! lol

DispennetteArtworks
Автор

awesome tutorial . simple and easy (Y)

luffypunch
Автор

Thank you!
PS: I notice the time when you were recording! don't you go to sleep! don't you have a day time job!

nadanaeem
Автор

When should a return value be inside () such as in line 72 and {} such as in line 62?

shantanusengupta
Автор

I keep getting an undefined value for the "val" variable and don't know why, please help, thx

rogetgeoffroy
Автор

Can anyone please explain the difference between refs and key?

PraveenKumar-vdvd
Автор

Can someone explain why in line 77, where the 'map' call is closing - "})",
putting a semi-colon, like this "});", gives babel js errors?

cyberpsybin
Автор

Uncaught TypeError: Failed to construct 'Comment': Please use the 'new' operator, this DOM object constructor cannot be called as a function.


how to resolve this?

vishwasrvibhu
Автор

How come you use Key instead of Ref? I thought that's the whole point. Now I"m confused, because you seem to be overlapping with one technique over another and I'm not clear why. Help please!!
@thenewboston

misterhtmlcss
Автор

Does anyone know how to do this with ES6? In other words, use the constructor instead of getInitialState. I am also using just JS not JSX.

DeadsupraEE
Автор

Is it just me, or does he REALLY like bacon?

alfonsozunigajohnson
Автор

this is the error that i have
Uncaught ReferenceError: comments is not defined
at t.getInitialState (eval at transform.run (browser.min.js:4), <anonymous>:67:12)
at new t (react.min.js:13)
at (react.min.js:13)
at c._constructComponent (react.min.js:13)
at c.mountComponent (react.min.js:13)
at Object.mountComponent (react.min.js:15)
at c.performInitialMount (react.min.js:13)
at c.mountComponent (react.min.js:13)
at Object.mountComponent (react.min.js:15)
at a (react.min.js:14)

itech_review
Автор

Please let me know the editor you are using..

nafisas
Автор

getInitialState: function(){
return { <- why is there a { where as the return below does not have {} instead () . Also <div>
{ is this after a div
this.state.comments.map(function(item, i){

zacksacback
Автор

Writing React code without ES6 it's so weird. oO

gilsonviana