React JS Tutorials for Beginners - 13 - Creating New Components

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

Bucky: "I'll see you in the next tutorial"
Me a year later: "Looking forward to it"

jelybrd
Автор

Bucky, I just wanna tell you how enjoyable it is to watch your video. It is super clean and useful, very easy for ppl to understand from the basic. Beside that, ur sense of humor in a profesisonal tutorial made me laugh so many times. I really appreciate all of ur videos and indeed ur tutorials are the best I have seen on youtube.

Sincerely,
Keep it up!

jeffersonteng
Автор

Bucky, thanks for the awesome tutorial. I tried allowing the user to type in the comments instead of a default comment... so I created a text field for them to do so.


//text fied to add
<input type="text" ref="addtoboard"/>
<button onClick={this.addBoard}>Add New</button>


//function to add
addBoard: function (){
var arr = this.state.comments;
var board = this.refs.addtoboard.value;
arr.push(board);


this.setState({comments:arr})
},




This is my first encounter with react and thank to you... I now understand it perfectly.

librallawrence
Автор

For all those wondering if there are more tutorials, You can look up thenewboston's redux tutorials. Those are part 2 / Continuation of this series! :-)

chinkat
Автор

This is the best React tutorial serial for beginners out there. Thanks Bucky

rainadil
Автор

Thanks Bucky!! I was struggling through not-so-clear documentation and text tutorials over the past few days, I watched your videos and Boom Roasted! I was in bad need for this, due to a new work project! Thanks again!

surfercr
Автор

Wow 13 videos in one go is insane. You are awesome bucky!

makcaa
Автор

Thanks bucky! I was going mad searching for some tutorials and you uploaded them today! Great!

sanketsamant
Автор

I just finished the entire series and I learned a lot, thank you so much Bucky!

jesuserwinsuarez
Автор

Thanks Bucky! Great to watch, great to listen & great to learn, as always ;)

rustemkk
Автор

Thanks for this awesome series, hope you come back soon man!

deniskomarov
Автор

Boom roasted... finished watching awesome tutorial becky !!! nice job mate !

girishuppal
Автор

Thank you so much for these React tutorials. They’ve been really helpful. Keep it up!

estiamaliqari
Автор

You're the Best Online Teacher i have ever go with. <3 from Bangladesh

humayunkabir
Автор

thanks bucky, your tuts were quick and easy. i loved them and thanks for clarifying react

devendraprasad
Автор

Thanks Bucky for this easy tutorial... simple to understand!

tejashreedhole
Автор

Bucky, I love you man!
It is very useful and easy to learn <3

aarrddaavvaannmm
Автор

Thanks for awesome tutorial! I'm studying programming and this helped me to get into react ! :)

Tiidatius
Автор

Thanks Bucky for this great tutorials.

okohemmanuel
Автор

Nice funny and quick introduction to React. Thanks!

BryanRojasQ