Please enable JavaScript.
Coggle requires JavaScript to display documents.
React key prop - Coggle Diagram
React key prop
-
Why need a {key} prop
-
better efficiency
so that React doesn't have to render all the array items ,when only one of them has been changed
-