React TypeScript Tutorial - 3 - Typing Props

preview_player
Показать описание

📱 Follow Codevolution

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

I almost shouted Vishaws we should use interfaces until i got to 5:25. Thanks man. This is super needed. real applications of typescript. I got better with many react concepts after watching your videos.

josephnkoro
Автор

Amazing!! No one on the YouTube have nice tutorial for react with TS, we were waiting since long. Tons of thanks to you man 😇

nikitakadu
Автор

omg wow thankyou, just watched this one vid and finally got over the problem I had been stuck on for 2 hours because everybody just tries to give the solution code instead of explaining it

FrozenBag
Автор

Vishwas, you're a hero, man! I've been taking all your React series lately and I must say your way of teaching makes everything much easier to understand than any other tutorial I've watched.

kenkioqqo
Автор

I always do watch your Videos in 2x speed😆 but you are a good teacher. Very appreciated

hnni
Автор

Bruh, congratulations for this explanation! The way you used the basic form in the beginning, up to the part about how to fix the squiggling line was amazing! I could understand it pretty easy! Thank you! 😊

vicyoslinuxofficial
Автор

Always look to find channels like yours when learning a new stack/tech. Very informative and educational, and not rushed with a clickbait thumbnail like other YouTubers. Comparable to TheNetNinja -- thanks and hope to see more!

Justin-tekg
Автор

You always know what videos to create for us. Looking forward to the rest of this series. Thank you!

Krazness
Автор

Excellent tutorial! You've saved me from many more hours of me banging my head against the wall.

briguy
Автор

Because of the new logo I didn't recognize you. Bro, it's nice to see you)

YuriiKratser
Автор

Thank you so much for creating these type of content, i am big fan of your way of teaching

nasarshaik
Автор

Types for ui components and interfaces for ui libraries: this is a really nice approch: thanks!

mariolazzari
Автор

Please discuss about a good way to structure the react-ts app with state mgmt in later videos

AyushLikhar
Автор

Can u pls release videos quickly, content is so much helpful and easy to learn

saisashankchavaly
Автор

very nice Vishwas...if you have time can you please make a tutorial Expo, TypeScript Firebase V9 please :)

realtorBG
Автор

I was taught to use interface for objects and type for anything else

keifer
Автор

@4:39 the error message displays automatically. How can I achieve the same. In my case, the error message displays in the terminal. Thank you

patite
Автор

Can we make data model folder like angular to define the type and export it incase it used on different components?

meysam
Автор

i have problem

how to pause audio when we change the route on react router dom

yotsusan_machi
Автор

You can just tell Tsx that the component is a react component with <FC> instead of declaring props.

BusinessWolf