React Typescript 2023 - 3. Props

preview_player
Показать описание
React Typescript 2023 - 3. Props

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

Man, thank you so much for this tutorial video. I have an interview next Monday for a junior fullstack .NET, C#, React position, and while watching your video, React finally made sense to me. English is not even my native language, so I appreciate your clear explanations even more. Again, thank you so much, and please keep posting videos like these.

leckalmeida
Автор

I'm very grateful for your videos, keep up the good work!!

Dahiana-zk
Автор

Thanks man I really appreciate your effort

TheGenZMotivation
Автор

The shortest and easiest answer of Props is that they are.. contracts.
The input data needs to abide of what is in the contract. If the prop expects a string, then you must provide it a string.

eyoo
Автор

I'm getting this error. TS1208: 'CardList.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module. To fix I had to go to tsconfig and change isolatedModules to false. Anyone know what I don't have installed or imported that could be causing this?

ltgrady
Автор

Great job, Teddy. The CSS files aren't showing in Github

AdeolaGalacious
Автор

Hey, have a small question about interface creation, in my case I have LastTimeEdited property in my interface is there a Date type or we represent it with something else, like string or number?

mishaslizhov