DEV Community

Discussion on: List Rendering in React

Collapse
 
fjones profile image
FJones • Edited

I notice that you aren't setting a key prop on the mapped version. React should still throw a warning on that - with good reason, as it does consider it in performance optimizations.

For reference: reactjs.org/docs/lists-and-keys.ht...

Collapse
 
passionate_coder profile image
Passionate Coder

Yes I will update this post for more such details.

Thanks for reading