React TypeScript Tutorial - 4 - Basic Props

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

📱 Follow Codevolution

Basic Props with React and TypeScript
Рекомендации по теме
Комментарии
Автор

awesome, looking forwards to the next video, I use typescript at work and this is really helping 🙏

kitkatk
Автор

Wonderful explanations as usual, sir!

darrellgamble
Автор

Great tutorial I have ever seen on YouTube !!

nikitakadu
Автор

It seems to me that this course is very useful, thank u so much.

franklinrodriguez
Автор

The return of Bruce Wayne! The og's know haha. Awesome video as always, idk how are you so good at teaching but it's so easy to understand stuff in your videos.

Atesz
Автор

Thank you so much, I got my solution in the minute 6:57 I wanted to pass an array of objects as a prop but I wasn't able to solve the error until now.

ImperioTeixeira
Автор

Excellent explaination 👍. Can we have project with this training? Like todo or CRUD application or more complex app. Excited to see more videos

trupstrupti
Автор

Wouldnt it be hard when we have to pass an array of objects with a lot of properties in it ?.

Bradcopo
Автор

I am enjoying these videos so much .. the explanation is lucid. I am wondering if there is any detailed typescript course ?

tinabhowal
Автор

Every time we are passing props with proptypes as some name, Is prop destructure won't work here?

venkateshpachigulla
Автор

Hi! thank you so much for this series and for all your work!! Not really about typescript but I wanted to know why not using default export ?

yesmine
Автор

why does it seem odd to me that you coded the array object on the app.tsx is there any significance? if someone could explain please do...Vishwas thank you for all the videos your truly a gift that keeps giving!

DrilonXhema
Автор

Thanks, this is a great tutorial.
I have one problem: Every time, when I use an imported components, something wrong with te "children" props. Now I start every component with a "children: ReactNode" line in the type, but I dont know why does it problem in my project and why not in your

OwerWild
Автор

What about passing a function as a prop?

mattnelson
Автор

Why are we defining type is the target component?

travelgeoid
Автор

thanks for the tutorial this very helpfull

mzakysyukur
Автор

Thanks Vish, best tutorial. I think the key value should be the index parameter after the map item parameter.

papa_ethan
Автор

why using an empty array after assigning the object values a specific value?

Joe-nxdn
Автор

Please, I noticed you are not using import React from "react" in the begining of your .tsx scripts

becomecomputerliterate
Автор

How i defind {...rest} props in react typescript

bluetung