Intro to React - Build a Todo App

preview_player
Показать описание
Show starts at 3:29
Рекомендации по теме
Комментарии
Автор

I've been watching a lot of React tutorials, thank you for taking the time to record and produce this video! You are helping a lot of people :)

curanp
Автор

This is awesome, I have seen many others react todos but nobody did fully explain binding with all possible ways of doing it. Thank you!

krispekla
Автор

this is such a good tutorial ! I've watched more then 10 (1 hour) react tutorials and this is one is by far the best... Thanks man.

PoorGamerNo
Автор

THANKS! This is the best react tutorial I’ve watched so far. It is the only one that really teaches you how to do it correctly. Thank you!

suanevallim
Автор

Dude, this is a truly fantastic tutorial. You really explain all the components without leaving anything to mystery. I mean, a lot of people don't know about self closing tags, and you just threw that right in there. If you hadn't pointed that out, so many people would have run into that issue without knowing the logic behind it. Really great stuff.

shableep
Автор

Thank you for the tutorials!
You really have a great teaching skills! React is really frightening, but you seem to know how to make it almost fun :)

flakjsldfasdafasdflkaj
Автор

Im only about 20min into this but man, love your teaching style. You go over things at a very good pace and don't make very many assumptions so us beginners can grasp certain concepts. Keep it up!

bennett
Автор

Thanks CJ, I followed the whole 1hr 30mins video and made a todo app along This really helped me to learn to the point where i was pausing the video and doing the stuff needed before jumping right back in to clarify. 🎇

debopamgupta
Автор

A lot of instructors fail to mention that although the state represents the ui, it is the render function that enables the display of these values. This is what caused me a lot of confusion, and now I'm far less confused with your tutorial. Thank you! I'm committing to react, I wish you will add more react based projects from beginner to intermediate and advanced. I love how you code and how you have fun with it. Thanks again 😊

peace
Автор

Bro bro bro .. seems like I'm gonna watch all of your videos and learn everything from you <3

SachinDolta
Автор

Loved this tutorial!! Dont stop doing them

paolaarredondo
Автор

Thank you for the video, your teaching style is really good :)

harshitmahapatra
Автор

the best teacher on youtube !!! could you make a schema with all this this ... it's very bizarre

Jimi-bxxf
Автор

is there a second part or a continuation in general of this? this is such awesome work man, thank u so much :)

einfachsim
Автор

At 55:29 if you use null instead of a ' ', is better because you dont get a element with a blank className.

ncesar
Автор

Thanks for the awesome tutorial CJ. I've got a question regarding the toggleTodoDone method. What do you think about this?

const todos = [...this.state.todos];
const todo = {...todos[index]}
todo.done = event.target.checked;
todos[index] = {...todo}

It works but not sure if it's an ideal way as I'm completely new to this environment. Also I figured out assigning <li> key as {todo.title} gives a warning if we add another todo with the same title. Using key={index} is better I guess.

finalfantasy
Автор

it seems so unproductive to have a onchange for every input of a form, is there a easier way to do this for a bigger form (~10-20fields)?

NocSang
Автор

CJ, is it worth to follow this video to learning react now?

and is there any community or group where I ask you for help!

babar-khan
Автор

This is 2020 but I love your tutorial, can you make a tutorial one keyboard shortcuts, I wish I can be as fast as you are man....

ytlagu
Автор

HEI BRO, whats your software, do you use for reminder to meditation???

hilmiku