ReactJS Tutorial - 18 - Lists and Keys

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

📱 Follow Codevolution

A “key” is a special string attribute you need to include when creating lists of elements.
Keys give the elements a stable identity.
Keys help React identify which items have changed, are added, or are removed.
This results in a much more efficient update of the user interface.
Рекомендации по теме
Комментарии
Автор

I have never seen a better tutorial than thiss !!! World class amazing tutorials even in 2022, no one is near you.

sarfrazmohsin
Автор

Nice man, you not only provide good examples but go into the theory too!!
Best wishes for you in your channel and life

ManeelxAkosAdor
Автор

Your tutorials are really great for beginners, explaining everything clearly. Thank you!

janmatyoo
Автор

thanks for explaining why the framework is built the way it is, not just how to use it. this is real teaching.

jeremyt
Автор

You are very concise in explaining and make the learning curve a little less steeper

ricardoazevedo
Автор

The best explanation I ever found so far on why Key prop is required :)

sandeepa
Автор

I really love how you explain things in simple terms

michaelchika
Автор

At last someone with correct explanation on Significance of Key

VIKASSAINI
Автор

Best react tutorial ever. A million thanks to you Vishwas.

johnmarkfule
Автор

Every tutorial video is very well explained theoretically and practically

rajeshvermaiari
Автор

Perfect explanations mate you nailed it ! thanks mate ;)

stinfamous
Автор

while doing some projects I faced a lot of confusion on key props. You made a good clarity with nice and easy explanation. Thanks a lot!!!

AshishGupta-beyz
Автор

Thank you so much sir, such type of content providing in free, big fan of you sir.

technicalshinchan
Автор

oh my GOD, thank you so much for explaining how react uses the key prop to correctly update lists!!!!

ムネタ
Автор

Man these videos are the best. Very therapeutic

JamesDoehring
Автор

dude any question comes to my mind is directly been answered by you, hat off for the effort you're providing, I asked myself hmmm am I able to use key prop in the child then straight forward you mentioned that we cannot.-

itgiants
Автор

Connecting the next video topic at last minute of the current video makes me to bite the nail 😂

keerthivasanj
Автор

Bruce, Clark, Diana, YOu definitely a DC fan

rahulghosal
Автор

Key is a reserved prop.
and need to include when creating list of elements

vigneshgvs
Автор

0:55 add a unique key to each item in the list
2:39 -3:49 key prop is not accessible
3:55 -- why need key prop?
7:09 summary

toannew