Introduction to React #9 | Class Components

preview_player
Показать описание
We learn how to create a class based component by turning the App component from a function into an ES6 class.

Hope you folks enjoy this!
👉 If you enjoy this video, please like it and share it.

💢 Watch our other videos:

Thank you for watching this video, click the "SUBSCRIBE" button for stay connected with this channel.

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

Traversy Media brought me here. Subbed. Very good & clear content. Thank you for this!

Henverx
Автор

the qualities of these vids is crazy. you‘re really saying that you have only 6000 subscriber??? man, you deserve better
KEEP THE GOOD WORK up!

sweatobertrinderknecht
Автор

This playlist is underrated, thanks for this awesome intro to react!

Periface
Автор

My first go-to Series whenever I feel stuck in React, Thanks for this awesome series!

techhguy
Автор

I really miss the class component, and i liked how you converted the functional one to a class very quickly and professionally

oussemabouyahia
Автор

Thanks for this short series! Nice and tight!

lukasluftlaufer
Автор

this is such a great explanation. thank you.

erice.
Автор

What an awesome series! Thank you Jack! Greetings from Paraguay!

EverML
Автор

I love the way you explain those things thanks so much .

diyaagubarah
Автор

Nice series, short and straight to the point 👌

saidelmouadin
Автор

Quality content, indeed, on how to start with React.js!! Thanks so much Jack Herrington for this wonderful tutorial series.

Shakeel
Автор

I am loving this series, keep it coming!

lenilunderman
Автор

Love your series. Quick little note, you don't need to spread state when you call setState, you can just specify the property you want to overwrite (ex - pokemon). Amazing quality of videos Jack, it would be neat if you could do a video series looking at Prisma (specifically the new Prisma 2) as a database ORM for your graphql/rest backend.

armaandhanji
Автор

You are a beautiful detail in this life.

kenansari
Автор

When are you going to release the second part of the series? Kind of waiting for it!!

EmmanuelNgwandu
Автор

Much appreciated. Do you prefer class based components to functional?

BezzantSam
Автор

Please put your social link with description + thanks very good tutorial

AMMARYASIR
Автор

Good explain.I request you to make a video on react-calender, how to get events scheduled data in calender date.

muizuddeenahmad
Автор

hi class convert onClick TypeError: onClick is not a function

parklaminus
Автор

Hey Jack, I noticed you spread ...this.state when using this.setState but that isn't necessary, right? You can ommit that. I'm not a react expert but on my latest project I omitted ...this.state from my this.setState multiple times

Great video by the way! 👏🏼👏🏼👏🏼

I learned React the functional way and when I started a react project at my job I was tasked to use class components and had to re-learn a few things

clins