Mastering Typescript for React Components - Live!

preview_player
Показать описание
Let's dive DEEP into understanding how to type your React components in Typescript!

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.

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

I think this man is the best TSX YouTuber actually, keep going!!

rainbowwizard
Автор

Thank you, Mister Herrington, Sir! Great work and a great style of explaining things!

andreialexandru
Автор

for impatients STARTS FROM 1:32 As always very good content thanks for that!!

szymonoleszek
Автор

Jack, regarding the generic arrow component, I figured out how to make it work:
const List = <ListItem, >({ items }: { items: ListItem[] }) => {
return items.map((item) => <p>{item}</p>);
};
Note because we are in tsx file we have to add the, inside the <> inside the bracket just like this <ListItem, > or alternative you can use <ListItem extends {}> to make it work.

ManeelxAkosAdor
Автор

At 18:18 on line 18 why do you need the optional chaining. Don’t you already know header exists by the “header &&”?

DedicatedManagers
Автор

Is that Color changing rocket that’s hooked up to your discord server some kit you bought. Or did you program that to work like that?

DedicatedManagers
Автор

Hi Jack Do you Have any Course on React with Typescript???
As Typescript is growing more and more day by day, Each and every Company Asking REACT with Typescript Combination..
Can you please Release and End to end Course on React, Redux with Typescript please..

sundeeppeethala