Learn ReactJS For Beginners - Full Course (Super Simple)

preview_player
Показать описание
Everything you need to know about ReactJS in one video!

Video Contents

00:00 Intro
05:47 Getting started with React and npx create-react-app
13:01 Single Page Applications (SPAs) and Navigating ReactJS
01:03:12 Lesson 1 Questions
01:09:47 Java Bootcamp Information
01:13:33 Getting Started with React Router
02:14:51 Lesson 2 Questions
02:22:19 More Java Bootcamp Information
02:24:21 Working with the useEffect Hook
03:10:29 Lesson 3 Questions
03:19:23 Congrats on making it this far
03:21:58 Refactoring our app
04:32:01 Ad break
04:34:34 Working with Text Boxes
05:28:18 Ad break
05:30:52 Adding a back end
06:32:19 Ad break
06:34:52 Adding an Update Function
07:42:39 Ad break
07:45:14 Extracting Code to a Service

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

Found your channel a couple of weeks ago and I must say you are a great teacher!

mini_motard_kings
Автор

Nice one, it was effective. I have learned from your videos a lot. 🤝

minafahmy
Автор

Great course so far! React is actually making sense to me now!

Easy_Tea
Автор

why this doesn't work ?

function changeStatusItem(data) {
const filterItem = toDos.filter((item) => data.id === item.id)[0];
console.log("status is " + data.isDone);
filterItem.isDone = data.isDone;
console.log(filterItem);
}


i use filterItem.isDone to reset it boolean status

hungnguyenchannel
Автор

I will stick with the java courses for now

Ihavetoreturnsomevideotapes
Автор

For this video, do we need anything else besides the Java programming language?

deliveringIdeas
Автор

6 hours with no timestamps makes it hard

sicario