#15 Passing data via props | Getting Started with React | A Complete React Course

preview_player
Показать описание
In this lecture, you are going to learn a very important concept in React called as "props". We use "props" to pass data from parent component to child component. Let's learn how to use props.

********PRODUCTS LIST********

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

In these 15 videos I have learnt and understood more than the Udemy courses I purchased wish I found this channel months ago

tonytony-fcgq
Автор

To use image as props without moving them to public folder 18:35 you can modify the array of objects products in app.js to contain image path with require Ex: let products = [ { image: } ]

mahdidevelopment
Автор

Man, you are so good at explaining. I am learning a lot from you! Keep up.

undergroundmaster
Автор

Thanks very helpful! Thanks for all your hard work

rayusaki
Автор

Thank you for such clear explanation...

RectrieApp
Автор

Thank you for the great Course! You need to concat the "../" before your Image Url for it to work = )

Treik
Автор

GOOD EXPLAINATION SIR, CAN I GET SOURCE CODE LINK ?

tarachandkamble
Автор

Can u please share the source code of this playlist

shivanshsrivastava
Автор

I don't know why -> let badgeClass = 'badge';
badgeClass += props.isAvailable ? 'bg-success' : 'bg-danger'; <- this logic is not working on my code

heybiplabb
join shbcf.ru