@kadiroelemo7585

You are an excellent teacher. Of all the React.js videos that I watched, nothing is as clear and simplified as this one. After much struggles, now I have gotten the foundation. Thank you for making this one for me.

@digigoliath

Thank you very much for a fantastic introduction to REACT. Very well explained & I think I am finally beginning to understand how it works!

@computersciencevideos4010

Amazing video, way way better than many courses that ask money to teach React.

@josiahschaefer3338

I've been a bit intimidated by some of these JavaScript frameworks before this, but after watching your video I feel much more confident in diving in!

@14jasminenguyen

Wow, great video and easy to follow! Can't wait to see more!

@ccordry33

Hey I like the video - one thing: the react docs recommend binding the function to this inside the constructor, so that might be a best practice.

`Class HelloWorld extends React.Component {
     constructor(props) {
        super(props);
        //your state setup
        this.toggleColor = this.toggleColor.bind(this);
    }
    // rest of code
}`

@kennbreece443

Love your stuff - I'm mostly a backend guy, but your videos helped me get off to a great start with Vue.js 2.0 and this was a really good intro to React. Really wish you'd do more, but I get it can be tough to have the time to put in with a full time job.

@tojoshan

I hated React until now. Great vid dude!
Most of my work those days is about making dinamic websites, i still using angularjs and node/express/mongo to build api backends.
Thanks.

@pupdoggify

love the way you teach!!! more than that, I love your personality!! keep up the great work bud!

@Lollumad

welcome back, man
look forward to learning from your videos

@jameslemayian7610

Short and to the point. Really nice stuff.

@davedurkee8853

Excellent teaching method and pace. A+

@glorytoukraine8817

Thanks for great and extremely clear description of react basics. Can't wait for new videos! Also would be cool to see a video about redux, the thing I still can't get alive in my head. I believe, with your video I will finally get it.

Also want to notice that you catch me with you joke, was LOL : )

@rosh_plays_guitar

That made it so clear. You sir are a great teacher!

@shareali4968

That was awesome bro. Keep posting more videos on React with new examples. If possible make a PLAYLIST on React. Please........

@josedariosanchez990

Excellent introduction to React. Thanks so much!

@tonycarbetta1497

Great video ! Very quick and to the point, i like it!

@rajivtandon1872

Very Nice Video. We want more video with such nice Explanation. Thanks

@vexjack

Your video really help this newbie here... hehehe... 
Thanks a lot! You really got me there @2:38 XD

@metric152

This was a good intro to react. Still not a fan of mixing html into my js, especially when you have to keep passing the scope, but that's what the kids seem to like these days.