
Learn React JS - Full Course for Beginners - Tutorial 2019
video description
Date: 2022-03-14
Comments and reviews: 10
ChiefMiester
Dude, as much as I love this guys way of teaching. I absolutely hate it when he uses arrow functions, it gets so confusing to understand which object is being returned to what function. Instead what would be better is if he manually made regular functions (instead of the arrow ones) and showed exactly what is being returned and how it's being utilised by the parent function/component. I'm sure experienced react native devs will prefer using arrow functions but for someone just learning everything from scratch it can get very confusing. I've spent way too long on Todo app phase 6 trying to understand how this guy is using arrow functions to change the state
reply
Dude, as much as I love this guys way of teaching. I absolutely hate it when he uses arrow functions, it gets so confusing to understand which object is being returned to what function. Instead what would be better is if he manually made regular functions (instead of the arrow ones) and showed exactly what is being returned and how it's being utilised by the parent function/component. I'm sure experienced react native devs will prefer using arrow functions but for someone just learning everything from scratch it can get very confusing. I've spent way too long on Todo app phase 6 trying to understand how this guy is using arrow functions to change the state
reply
Raphael
Hello guys! Watching this october 2021! First of all, great tutorial! I wish every tutorial would be this good!
Now, I got stump at ToDo App part 6. Even after copying his code as best as I could (we all know sometimes something ends up missing...) I could not get the state to change whenever I clicked on a task. After looking for an answer for hours I got it to work by replacing -onChange- to -onClick- and -checked- to -defaultChecked- inside the TodoItem component. I don't know if this was a change made by React or if I got something wrong. Just thought I would come share my 2 cents in case someone else is stuck on that part.
reply
Hello guys! Watching this october 2021! First of all, great tutorial! I wish every tutorial would be this good!
Now, I got stump at ToDo App part 6. Even after copying his code as best as I could (we all know sometimes something ends up missing...) I could not get the state to change whenever I clicked on a task. After looking for an answer for hours I got it to work by replacing -onChange- to -onClick- and -checked- to -defaultChecked- inside the TodoItem component. I don't know if this was a change made by React or if I got something wrong. Just thought I would come share my 2 cents in case someone else is stuck on that part.
reply
vasanth
The best thing one starting with React can expect. I have gone through few other paid courses but nothing is going to stand as good as this video. Thoroughly thought through from a learner's perspective and unfolding the complex details one at a time. I like the way how ES6 comes way handy. Many kudos to Bob!!
reply
The best thing one starting with React can expect. I have gone through few other paid courses but nothing is going to stand as good as this video. Thoroughly thought through from a learner's perspective and unfolding the complex details one at a time. I like the way how ES6 comes way handy. Many kudos to Bob!!
reply
RzymskiPiechur
I just followed the first 30 mins of this tutorial (completed two tasks on my own), and I have to admit that this tutorial is just simply brilliant! Much better than just some smart-ass guy coding like crazy and giving some explanations that do not explain anything.
reply
I just followed the first 30 mins of this tutorial (completed two tasks on my own), and I have to admit that this tutorial is just simply brilliant! Much better than just some smart-ass guy coding like crazy and giving some explanations that do not explain anything.
reply
Victor
SPECIAL THANKS FOR THIS TUTORIAL. CAN YOU PLEASE DO A COMPREHENSIVE FULL PACKAGE BIGINNER TO ADVANCE LEVEL BACKEND TUTORIAL? WITH PHP, MY SQL( ALSO HOW TO CONNECT THEM TOGETGHER )OR NODE JS. ... ......CAN YOU PLEASE SHARE LINK TO OTHER TUTORIA? waiting for your response .
reply
SPECIAL THANKS FOR THIS TUTORIAL. CAN YOU PLEASE DO A COMPREHENSIVE FULL PACKAGE BIGINNER TO ADVANCE LEVEL BACKEND TUTORIAL? WITH PHP, MY SQL( ALSO HOW TO CONNECT THEM TOGETGHER )OR NODE JS. ... ......CAN YOU PLEASE SHARE LINK TO OTHER TUTORIA? waiting for your response .
reply
Adam
I'm impressed not just by the information but also the pedagogy practiced in this video. Building up very iteratively, quizzing the viewer, giving hints about how to debug (a practice that's super important in your life as a programmer). Excellent video.
reply
I'm impressed not just by the information but also the pedagogy practiced in this video. Building up very iteratively, quizzing the viewer, giving hints about how to debug (a practice that's super important in your life as a programmer). Excellent video.
reply
Cool
This is amazing!
There are so many react videos but they all rush into the more complex things too fast without covering the basics.
I used to think I am incapable of learning React but you showed me I can do this.
Thank you so much.
reply
This is amazing!
There are so many react videos but they all rush into the more complex things too fast without covering the basics.
I used to think I am incapable of learning React but you showed me I can do this.
Thank you so much.
reply
toannew
55:00 note with className
1:38:30 set a condition with ternary
1:38:50 set a condition with double ampersand
1:45:40 an unique key props for a component
2:08:00 props is immutable => state is needed for mutable variables
reply
55:00 note with className
1:38:30 set a condition with ternary
1:38:50 set a condition with double ampersand
1:45:40 an unique key props for a component
2:08:00 props is immutable => state is needed for mutable variables
reply
AFSLI
Hello. i have problem. I watch first hour 3x .. i m typing same code as you, in same .html and .js files .. but my localhost webpage (via Visual studio code) is always blank. In developer tools is nohing. just blank div with id root
reply
Hello. i have problem. I watch first hour 3x .. i m typing same code as you, in same .html and .js files .. but my localhost webpage (via Visual studio code) is always blank. In developer tools is nohing. just blank div with id root
reply
Shubham
2:08:04 When I change the value of some of the things in the props using this.props.something = -new value- then the UI started showing new value for that -something-. Is it supposed to behave funny?
reply
2:08:04 When I change the value of some of the things in the props using this.props.something = -new value- then the UI started showing new value for that -something-. Is it supposed to behave funny?
reply
Add a review, comment
Other channel videos















