ReactJS Tutorial - 9 - Props

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

📱 Follow Codevolution

props short for properties, is the optional input that your component can accept.
It also allows the component content to be dynamic.
Рекомендации по теме
Комментарии
Автор

I have gone through many paid courses for React... and searched many platforms.... but this tutorial was unique... no words to describe you... fantastic and very clear and neat explanation for absolute beginners.. take a bow...🙏❤

somashakerg
Автор

This teacher takes teaching to a new level. Hands down the best React series I've come across.



Thank you Sir, much much appreciated!

ministerdjspliff
Автор

For anyone who asks why console(log) displays all objects twice, the answer is: in the index.js file, <App /> is surrounded by <React.StrictMode>. Deleting this will resolve the log duplication.

The component is only enabled during development and does 3 main things:

Re-renders your components an extra time to find bugs caused by impure rerendering (side effects).
Re-runs your components effects an extra time to find bugs by missing Effect cleanup.
Checks your components for usage of deprecated APIs.

GrimVanHalter
Автор

I don’t normally comment on YouTube videos but this course is so perfect and beginner friendly.
I’ve worked through over 10 videos now and I understand every single thing he’s talking about.

dropoutcoder
Автор

I had trouble with this concept until I watched just half of this video before something clicked. Thanks a bunch!

alulaleakemariam
Автор

I went through like so many React tutorials and this is where I was finally able to grasp and understand everything so well. Thank you so much for the efforts you have put in to come out with something so extraordinary and easy to understand!

SIMRANISE--
Автор

I was confused regarding props, now after watching your explanation, it's clear now. Basically, key value pair for custom tag is represent by props . Attribute name for custom tag has become key and it's value is a value for props object.

deepakSharma-dbfj
Автор

This is the best React tutorial. I am understanding it in one go. The other tutorials did not explain the folder structure as well as you did and without that good base nothing could stay in my brain. But now I GET IT!!

marcusaureliusregulus
Автор

No wonder this great teacher is a DC lover.

saifulislamkhan
Автор

Finally, someone who breaks down everything with clear explanations...Thank you so much for this!

deesepu
Автор

Learning alot from the Tutorials, The best Part is Vishwas being a DC Fan <3

sbks
Автор

You explain this better than my web computing professor....

adreto
Автор

I'm so happy that I found another best teacher that I will definitely come back to learn something new about web development. You really understand this field and I'm so grateful! Thank you so much, Vishwas!

jessica-tvep
Автор

Great series also love the using name values from DC character

muhammadizzat
Автор

Vishwash, your videos are amazing. The way you teach increases interest of learning these technology. I love your video series. I'm from mobile application development background and wanted to learn reactnative. I gone through your reactjs series and now learning reactnative. It would be great if you make series on reactnative development

vimobee
Автор

you're the best teacher I have ever seen. I watched Dart and flutter with you on udemy. And now I'll learn a little more.

tninelives
Автор

I’m following a series on gale to help guide me in which direction to learn, but when I’m confused I go to you! You know how to teach beginners very well; you know best how to inspire curiosity and instill intuition!

beraulgd
Автор

Your videos Vishwas are simply the best, even the resolution of your VS Code app and screen font size was perfectly chosen and the clarity with which you explain everything is amazing. Thank you so much for making all these wonderful videos!

johnathonme
Автор

I have been through numerous paid courses, but the explanation that you provide for everything is just excellent!

pranitasahay
Автор

Your ReactJs series is very helpful and your way of explaining things is unique! Keep up the good work!!

piyushdasila