🚀 Todo List Application - React JS Tutorial (Beginners) | Tutorial #10

preview_player
Показать описание
This is the series where I teach ReactJS for beginners. We will be covering interesting topics such as reusable components (class/functional), states, hooks, api calls, styled components, programming concepts, and how to organize a react project. We will also build 2 different projects that will maximize your learning experience!

Please leave a comment on what topic you guys want me to cover next!

SUBSCRIBE!

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Рекомендации по теме
Комментарии
Автор

Good project to start practicing! Thank you Pedro

leonardodayrell
Автор

Good job, Pedro! Just wanted to mention, we used setTaskname and SetTime as blank string after task is pushed in list, but it didn't work, because we still need to add value in input tags where value should be initialState of each state. :)

muzika
Автор

Keep it up man, I am really learning new stuffs from your videos. Thank you!

sudhanvashankara.m
Автор

wahhah....simple and easy for practice

philipusvodapermadi
Автор

How to delete element array in todo list

ayeshask
Автор

I'm not sure why, but my components won't work without the extension being .jsx

thank you for this series, it's been great for me as a beginner!

tyrannotron
Автор

Heya! Love your videos!
But i can't seem to understand the addTask() function and taskList.map. Can you help me with it?

gopuu
Автор

ok this was very good video, . started me off well understanding few things. would you mind showing how we could edit a task. so from that list generated, say i wanted to edit Task2 and then save. what would be your approach. i am going to try it out myself though

karimkazia
Автор

Can someone please explain this line of code? return <Task taskName={task.task}, {task.task} is confusing me.

NolanMakatche
Автор

Would be dope if you had your sample code available.

NolanMakatche